public class InterceptedEndpointRequestExecutor extends java.lang.Object implements EndpointRequestExecutor
| Constructor and Description |
|---|
InterceptedEndpointRequestExecutor(EndpointRequestExecutor delegate,
EndpointRequestInterceptorChain interceptors) |
| Modifier and Type | Method and Description |
|---|---|
<T> EndpointResponse<T> |
execute(EndpointRequest endpointRequest) |
public InterceptedEndpointRequestExecutor(EndpointRequestExecutor delegate, EndpointRequestInterceptorChain interceptors)
public <T> EndpointResponse<T> execute(EndpointRequest endpointRequest)
execute in interface EndpointRequestExecutorCopyright © 2019. All Rights Reserved.