public interface PropagateResponse
propagate(HttpResponse) method. The method will either throw a ClientResponseException variant
or do nothing letting the execution code handle like normal| Modifier and Type | Method and Description |
|---|---|
void |
propagate(HttpResponse response)
Called to allow for optional exception propagation depending on the HttpResponse state
|
void propagate(HttpResponse response)
response - the http responseClientResponseException - variant if execution deemed a failureCopyright © 2017. All rights reserved.