| Package | Description |
|---|---|
| org.zalando.riptide |
| Modifier and Type | Method and Description |
|---|---|
default RequestExecution |
Plugin.aroundAsync(RequestExecution execution)
The given execution will be executed in a different thread and therefore be properly asynchronous.
|
RequestExecution |
OriginalStackTracePlugin.aroundAsync(RequestExecution execution) |
default RequestExecution |
Plugin.aroundDispatch(RequestExecution execution)
The given execution will have the response already being dispatched onto the given
Route. |
default RequestExecution |
Plugin.aroundNetwork(RequestExecution execution)
The given execution will include the pure network communication.
|
default RequestExecution |
Plugin.aroundSerialization(RequestExecution execution)
The given execution will have the request body already serialized into bytes.
|
| Modifier and Type | Method and Description |
|---|---|
default RequestExecution |
Plugin.aroundAsync(RequestExecution execution)
The given execution will be executed in a different thread and therefore be properly asynchronous.
|
RequestExecution |
OriginalStackTracePlugin.aroundAsync(RequestExecution execution) |
default RequestExecution |
Plugin.aroundDispatch(RequestExecution execution)
The given execution will have the response already being dispatched onto the given
Route. |
default RequestExecution |
Plugin.aroundNetwork(RequestExecution execution)
The given execution will include the pure network communication.
|
default RequestExecution |
Plugin.aroundSerialization(RequestExecution execution)
The given execution will have the request body already serialized into bytes.
|
Copyright © 2015–2020 Zalando SE. All rights reserved.