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)
Decorate a generic callable with ThreadContext specific properties.
|
int |
getPriority()
Returns the priority that defines the order in which decorators are applied.
|
Copyright © 2020 SAP SE. All rights reserved.