public interface AsyncEndpointCallHandlerFactory<M,T> extends EndpointCallHandlerFactory<M,T>
| Modifier and Type | Method and Description |
|---|---|
default EndpointCallHandler<M,T> |
create(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
AsyncEndpointCallHandler<M,T> |
createAsync(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
supportsAsyncEndpointCallHandler<M,T> createAsync(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
default EndpointCallHandler<M,T> create(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
create in interface EndpointCallHandlerFactory<M,T>Copyright © 2019. All Rights Reserved.