public class RestOperationsEndpointRequestExecutor
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.request.EndpointRequestExecutor
| Constructor and Description |
|---|
RestOperationsEndpointRequestExecutor() |
RestOperationsEndpointRequestExecutor(org.springframework.web.client.RestOperations rest) |
RestOperationsEndpointRequestExecutor(org.springframework.web.client.RestOperations rest,
com.github.ljtfreitas.restify.http.client.response.EndpointResponseErrorFallback endpointResponseErrorFallback) |
RestOperationsEndpointRequestExecutor(org.springframework.web.client.RestOperations rest,
RequestEntityConverter requestEntityConverter,
EndpointResponseConverter responseEntityConverter,
com.github.ljtfreitas.restify.http.client.response.EndpointResponseErrorFallback endpointResponseErrorFallback) |
| Modifier and Type | Method and Description |
|---|---|
<T> com.github.ljtfreitas.restify.http.client.response.EndpointResponse<T> |
execute(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest) |
public RestOperationsEndpointRequestExecutor()
public RestOperationsEndpointRequestExecutor(org.springframework.web.client.RestOperations rest)
public RestOperationsEndpointRequestExecutor(org.springframework.web.client.RestOperations rest,
com.github.ljtfreitas.restify.http.client.response.EndpointResponseErrorFallback endpointResponseErrorFallback)
public RestOperationsEndpointRequestExecutor(org.springframework.web.client.RestOperations rest,
RequestEntityConverter requestEntityConverter,
EndpointResponseConverter responseEntityConverter,
com.github.ljtfreitas.restify.http.client.response.EndpointResponseErrorFallback endpointResponseErrorFallback)
public <T> com.github.ljtfreitas.restify.http.client.response.EndpointResponse<T> execute(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest)
execute in interface com.github.ljtfreitas.restify.http.client.request.EndpointRequestExecutorCopyright © 2019. All Rights Reserved.