public class DefaultAsyncEndpointCallFactory extends java.lang.Object implements EndpointCallFactory
| Constructor and Description |
|---|
DefaultAsyncEndpointCallFactory(com.github.ljtfreitas.restify.http.client.request.async.AsyncEndpointRequestExecutor asyncEndpointRequestExecutor,
java.util.concurrent.Executor executor,
EndpointCallFactory delegate) |
| 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 DefaultAsyncEndpointCallFactory(com.github.ljtfreitas.restify.http.client.request.async.AsyncEndpointRequestExecutor asyncEndpointRequestExecutor,
java.util.concurrent.Executor executor,
EndpointCallFactory delegate)
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.