| Interface | Description |
|---|---|
| Command<T> | |
| CommandContextCloseListener |
A listener that can be used to be notified of lifecycle events of the
CommandContext. |
| CommandExecutor |
The command executor for internal usage.
|
| CommandInterceptor | |
| EngineConfigurationConstants | |
| Session | |
| SessionFactory |
| Class | Description |
|---|---|
| AbstractCommandInterceptor | |
| CommandConfig |
Configuration settings for the command interceptor chain.
|
| CommandContext | |
| CommandContextFactory | |
| CommandContextInterceptor | |
| CrDbRetryInterceptor |
Inspired by
RetryInterceptor, but adapted for CRDB. |
| DefaultCommandInvoker | |
| JtaRetryInterceptor |
We cannot perform a retry if we are called in an existing transaction.
|
| JtaTransactionInterceptor | |
| LogInterceptor | |
| RetryInterceptor |
Intercepts
FlowableOptimisticLockingException and tries to run the same command again. |
| TransactionCommandContextCloseListener | |
| TransactionContextInterceptor |
Copyright © 2021 Flowable. All rights reserved.