Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.concurrency | |
com.sap.cloud.sdk.cloudplatform.thread |
Modifier and Type | Class and Description |
---|---|
class |
ScpNeoThreadContextDecorator
SAP Cloud Platform Neo specific implementation of
ThreadContextDecorator . |
Modifier and Type | Method and Description |
---|---|
List<ThreadContextDecorator> |
AbstractThreadContextExecutor.getDecoratorsOrderedByPriority()
Returns
ThreadContextDecorator s by their priority. |
List<ThreadContextDecorator> |
DefaultThreadContextDecoratorChain.getDecoratorsOrderedByPriority()
Returns all decorators (including default decorators) by priority.
|
List<ThreadContextDecorator> |
ThreadContextDecoratorChain.getDecoratorsOrderedByPriority()
Returns all decorators (including default decorators) by priority.
|
static List<ThreadContextDecorator> |
DefaultThreadContextDecoratorChain.getDefaultDecorators()
Returns all registered default decorators by priority.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultThreadContextDecoratorChain.addDecorator(ThreadContextDecorator decorator)
Adds a
ThreadContextDecorator . |
void |
ThreadContextDecoratorChain.addDecorator(ThreadContextDecorator decorator)
Adds a
ThreadContextDecorator . |
static void |
DefaultThreadContextDecoratorChain.registerDefaultDecorator(ThreadContextDecorator decorator)
Registers a default
ThreadContextDecorator . |
ExecutorT |
AbstractThreadContextExecutor.withDecorators(ThreadContextDecorator... decorators)
Adds the specified decorators to the life-cycle of the
ThreadContext . |
Modifier and Type | Method and Description |
---|---|
ExecutorT |
AbstractThreadContextExecutor.withDecorators(Iterable<ThreadContextDecorator> decorators)
Adds the specified decorators to the life-cycle of the
ThreadContext . |
Copyright © 2020 SAP SE. All rights reserved.