Interface | Description |
---|---|
Command<T> | |
CommandContextListener |
Command context lifecycle events
|
CommandExecutor |
The command executor for internal usage/
|
DelegateInterceptor |
Interceptor responsible for handling calls to 'user code'.
|
Session | |
SessionFactory |
Class | Description |
---|---|
AtomicOperationInvocation |
An invocation of an atomic operation
|
BpmnStackTrace | |
CommandContext | |
CommandContextFactory | |
CommandContextInterceptor |
Interceptor used for opening the
CommandContext and CommandInvocationContext . |
CommandExecutorImpl | |
CommandInterceptor | |
CommandInvocationContext |
In contrast to
CommandContext , this context holds resources that are only valid
during execution of a single command (i.e. |
ContextLogger | |
JtaTransactionInterceptor | |
LogInterceptor | |
ProcessApplicationContextInterceptor | |
ProcessDataLoggingContext |
Holds the contextual process data used in logging.
New context properties are always part of a section that can be started by ProcessDataLoggingContext.pushSection(ExecutionEntity) . |
TxContextCommandContextFactory |
This
CommandContextFactory allows to explicitly pass in a TransactionContextFactory . |
Copyright © 2019. All rights reserved.