@API(status=STABLE) public final class OriginalStackTracePlugin extends Object implements Plugin
This plugin will modify the stack trace of any thrown exception and appending the stack trace elements of the original stack trace
| Modifier and Type | Field and Description |
|---|---|
static Attribute<Supplier<StackTraceElement[]>> |
STACK
Attribute that allows to access the original stack trace, i.e. |
| Constructor and Description |
|---|
OriginalStackTracePlugin() |
| Modifier and Type | Method and Description |
|---|---|
RequestExecution |
aroundAsync(RequestExecution execution)
The given execution will be executed in a different thread and therefore be properly asynchronous.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaroundDispatch, aroundNetwork, aroundSerialization, composite, compositepublic static final Attribute<Supplier<StackTraceElement[]>> STACK
Attribute that allows to access the original stack trace, i.e. the stack trace from the calling thread.public RequestExecution aroundAsync(RequestExecution execution)
PluginaroundAsync in interface Pluginexecution - the execution that includes the thread switch as well as the dispatch, serialization and network phasesCopyright © 2015–2020 Zalando SE. All rights reserved.