Interface | Description |
---|---|
IActionRegistrator | |
ListenersRegistry |
Allows to register before and after listeners for system events on all persistable entities in the application.
|
MicroflowCallBuilder |
Provides a builder for building a microflow call.
|
Class | Description |
---|---|
ActionListener<T extends CoreAction<?>> |
Abstract ActionListener
T is the type of CoreAction this listener listens to. |
CoreAction<R> | |
EventActionInfo<T> |
Enum | Description |
---|---|
ActionState |
Indicates the state of the action
- Idle: Action is created, waits for execution
- Running: Action is being executed
- Completed: Action execution is finished, no feedback
- Error: Exception occurred
|