public class ScpNeoThreadContextDecorator extends Object implements ThreadContextDecorator
ThreadContextDecorator
.ThreadContextDecorator.DefaultPriorities
Constructor and Description |
---|
ScpNeoThreadContextDecorator() |
Modifier and Type | Method and Description |
---|---|
<T> Callable<T> |
decorateCallable(Callable<T> callable)
Decorate a generic callable with ThreadContext specific properties.
|
int |
getPriority()
Returns the priority that defines the order in which decorators are applied.
|
public int getPriority()
getPriority
in interface ThreadContextDecorator
@Nonnull public <T> Callable<T> decorateCallable(@Nonnull Callable<T> callable)
decorateCallable
in interface ThreadContextDecorator
T
- Callable generic return type.callable
- The callable to be decorated.Copyright © 2021 SAP SE. All rights reserved.