| Modifier and Type | Class and Description |
|---|---|
class |
TransactionCommandContextCloseListener |
| Modifier and Type | Field and Description |
|---|---|
protected List<CommandContextCloseListener> |
CommandContext.closeListeners |
| Modifier and Type | Method and Description |
|---|---|
List<CommandContextCloseListener> |
CommandContext.getCloseListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandContext.addCloseListener(CommandContextCloseListener commandContextCloseListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingSessionCommandContextCloseListener |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventFlusher |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventFlusher |
class |
DatabaseEventFlusher |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncJobAddedNotification |
class |
FailedJobListener |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncHistorySessionCommandContextCloseListener
A listener for command context lifecycle close events that generates JSON
(using Jackson) and corresponding
HistoryJobEntity when the
CommandContext closes and adds them to the list of entities that will
be inserted to the database. |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContextCloseListener |
AsyncHistorySession.commandContextCloseListener |
| Modifier and Type | Class and Description |
|---|---|
class |
TraceableVariablesCommandContextCloseListener
A
CommandContextCloseListener that holds one TraceableObject instance that is added by MutableVariableType(s). |
Copyright © 2023 Flowable. All rights reserved.