public class EmptyOnNotFoundEndpointResponseErrorFallback extends java.lang.Object implements EndpointResponseErrorFallback
| Constructor and Description |
|---|
EmptyOnNotFoundEndpointResponseErrorFallback() |
EmptyOnNotFoundEndpointResponseErrorFallback(EndpointResponseErrorFallback delegate) |
| Modifier and Type | Method and Description |
|---|---|
<T> EndpointResponse<T> |
onError(com.github.ljtfreitas.restify.http.client.message.response.HttpResponseMessage response,
com.github.ljtfreitas.restify.reflection.JavaType responseType) |
public EmptyOnNotFoundEndpointResponseErrorFallback()
public EmptyOnNotFoundEndpointResponseErrorFallback(EndpointResponseErrorFallback delegate)
public <T> EndpointResponse<T> onError(com.github.ljtfreitas.restify.http.client.message.response.HttpResponseMessage response, com.github.ljtfreitas.restify.reflection.JavaType responseType)
onError in interface EndpointResponseErrorFallbackCopyright © 2019. All Rights Reserved.