public class WebAsyncTaskEndpointCallHandlerAdapter<T,O>
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerAdapter<org.springframework.web.context.request.async.WebAsyncTask<T>,T,O>
| Constructor and Description |
|---|
WebAsyncTaskEndpointCallHandlerAdapter() |
WebAsyncTaskEndpointCallHandlerAdapter(org.springframework.core.task.AsyncTaskExecutor asyncTaskExecutor) |
WebAsyncTaskEndpointCallHandlerAdapter(java.lang.Long timeout) |
WebAsyncTaskEndpointCallHandlerAdapter(java.lang.Long timeout,
org.springframework.core.task.AsyncTaskExecutor asyncTaskExecutor) |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<org.springframework.web.context.request.async.WebAsyncTask<T>,O> |
adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<T,O> handler) |
com.github.ljtfreitas.restify.reflection.JavaType |
returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
boolean |
supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
public WebAsyncTaskEndpointCallHandlerAdapter()
public WebAsyncTaskEndpointCallHandlerAdapter(org.springframework.core.task.AsyncTaskExecutor asyncTaskExecutor)
public WebAsyncTaskEndpointCallHandlerAdapter(java.lang.Long timeout)
public WebAsyncTaskEndpointCallHandlerAdapter(java.lang.Long timeout,
org.springframework.core.task.AsyncTaskExecutor asyncTaskExecutor)
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.reflection.JavaType returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
public com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<org.springframework.web.context.request.async.WebAsyncTask<T>,O> adapt(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod, com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<T,O> handler)
Copyright © 2019. All Rights Reserved.