public interface AsyncEndpointCallHandlerAdapter<M,T,O> extends EndpointCallHandlerAdapter<M,T,O>
| Modifier and Type | Method and Description |
|---|---|
default EndpointCallHandler<M,O> |
adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
EndpointCallHandler<T,O> handler) |
AsyncEndpointCallHandler<M,O> |
adaptAsync(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
EndpointCallHandler<T,O> handler) |
returnTypesupportsAsyncEndpointCallHandler<M,O> adaptAsync(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod, EndpointCallHandler<T,O> handler)
default EndpointCallHandler<M,O> adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod, EndpointCallHandler<T,O> handler)
adapt in interface EndpointCallHandlerAdapter<M,T,O>Copyright © 2019. All Rights Reserved.