public class ScpNeoThreadContextDecorator extends Object implements ThreadContextDecorator
ThreadContextDecorator.DefaultPriorities
Constructor and Description |
---|
ScpNeoThreadContextDecorator() |
Modifier and Type | Method and Description |
---|---|
<T> Callable<T> |
decorateCallable(Callable<T> callable) |
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
Copyright © 2019 SAP SE. All rights reserved.