public class ExecutorAsyncEndpointCallFactory extends java.lang.Object implements EndpointCallFactory
| Constructor and Description |
|---|
ExecutorAsyncEndpointCallFactory(EndpointCallFactory endpointCallFactory,
java.util.concurrent.Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
<T> EndpointCall<T> |
createWith(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest,
com.github.ljtfreitas.restify.reflection.JavaType returnType) |
public ExecutorAsyncEndpointCallFactory(EndpointCallFactory endpointCallFactory, java.util.concurrent.Executor executor)
public <T> EndpointCall<T> createWith(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest, com.github.ljtfreitas.restify.reflection.JavaType returnType)
createWith in interface EndpointCallFactoryCopyright © 2019. All Rights Reserved.