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. The rest plugin provides the default implementation for this interface.
Since:
2.0