public class RunnableEndpointCallHandlerFactory
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerFactory<java.lang.Runnable,java.lang.Void>
| Constructor and Description |
|---|
RunnableEndpointCallHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<java.lang.Runnable,java.lang.Void> |
create(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
static RunnableEndpointCallHandlerFactory |
instance() |
boolean |
supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
public boolean supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
supports in interface com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerProviderpublic com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<java.lang.Runnable,java.lang.Void> create(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
create in interface com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerFactory<java.lang.Runnable,java.lang.Void>public static RunnableEndpointCallHandlerFactory instance()
Copyright © 2019. All Rights Reserved.