Class AsyncRequestFactoryImpl
java.lang.Object
org.apache.olingo.client.core.communication.request.AsyncRequestFactoryImpl
- All Implemented Interfaces:
AsyncRequestFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsyncBatchRequestWrapper(ODataBatchRequest odataRequest) <R extends ODataResponse>
AsyncRequestWrapper<R>getAsyncRequestWrapper(ODataRequest odataRequest)
-
Constructor Details
-
AsyncRequestFactoryImpl
-
-
Method Details
-
getAsyncRequestWrapper
public <R extends ODataResponse> AsyncRequestWrapper<R> getAsyncRequestWrapper(ODataRequest odataRequest) - Specified by:
getAsyncRequestWrapperin interfaceAsyncRequestFactory
-
getAsyncBatchRequestWrapper
- Specified by:
getAsyncBatchRequestWrapperin interfaceAsyncRequestFactory
-