| Modifier and Type | Class | Description |
|---|---|---|
class |
RestResponseEventImpl |
Implementation of the
RestResponseEvent interface as good old POJO
for use by different RestClient implementations. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
RestCallerBuilderImpl.onResponse(RestResponseEvent aResponse) |
The invoker provides a response context being a
RestResponseEvent
describing the response being processed upon by your
lambda's code. |
void |
RestResponseObserver.onResponse(RestResponseEvent aResponse) |
The invoker provides a response context being a
RestResponseEvent
describing the response being processed upon by your
lambda's code. |
Copyright © 2018. All rights reserved.