| Modifier and Type | Class and Description |
|---|---|
class |
EndpointResponseCall<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> EndpointCall<T> |
EndpointCallFactory.createWith(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest,
com.github.ljtfreitas.restify.reflection.JavaType returnType) |
<T> EndpointCall<T> |
DefaultEndpointCallFactory.createWith(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest,
com.github.ljtfreitas.restify.reflection.JavaType returnType) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncEndpointCall<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
CompletionStageAsyncEndpointCall<T> |
class |
ExecutorAsyncEndpointCall<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> EndpointCall<T> |
DefaultAsyncEndpointCallFactory.createWith(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest,
com.github.ljtfreitas.restify.reflection.JavaType returnType) |
<T> EndpointCall<T> |
ExecutorAsyncEndpointCallFactory.createWith(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest,
com.github.ljtfreitas.restify.reflection.JavaType returnType) |
| Constructor and Description |
|---|
ExecutorAsyncEndpointCall(EndpointCall<T> source,
java.util.concurrent.Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallHandler<EndpointCall<T>,O> |
EndpointCallObjectHandlerAdapter.adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
EndpointCallHandler<T,O> handler) |
| Modifier and Type | Method and Description |
|---|---|
M |
EndpointCallHandler.handle(EndpointCall<T> call,
java.lang.Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
default M |
AsyncEndpointCallHandler.handle(EndpointCall<T> call,
java.lang.Object[] args) |
Copyright © 2019. All Rights Reserved.