Interface RequestFactory<T extends Request<?,?>>

Type Parameters:
T - The type of request to create
All Known Subinterfaces:
MarshallingRequestFactory<T>, NonMarshallingRequestFactory<T>

public interface RequestFactory<T extends Request<?,?>>
Factory to create Requests. Requests are used to make network calls. Starting from version 6.0, the rest plugin no longer provides the default implementation for this interface. For further information, refer to MarshallingRequestFactory and NonMarshallingRequestFactory
Since:
2.0