public interface ThreadContextDecorator
ThreadContext
by a ThreadContextExecutor
.Modifier and Type | Interface and Description |
---|---|
static class |
ThreadContextDecorator.DefaultPriorities |
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.
|
Copyright © 2019 SAP SE. All rights reserved.