| ActionHandlerSet<T> |
The ActionHandlerSet defines the mapping of Actions to their respective ActionHandler.
|
| Call<T> |
The Call Action is used to perform an immediate jump to a different Channel.
|
| CallActionHandler<T> |
The ActionHandler implementation for the Call Action.
|
| Consume<T> |
The Consume Action calls the given consumer for every message that reached the end of the Channel.
|
| ConsumerActionHandler<T> |
The ActionHandler implementation for the Consume Action.
|
| DefaultActionHandlerSet |
An ActionHandlerSet, that contains all built-in Actions and their ActionHandlers.
|
| Jump<T> |
This Action takes the message and sends it in the given Channel.
|
| JumpActionHandler<T> |
The ActionHandler implementation for the Jump Action.
|
| Return<T> |
The Return Action is used to return from a previously executed Call Action.
|
| ReturnActionHandler<T> |
The ActionHandler implementation for the Return Action.
|
| Subscription<T> |
A Subscription object manages a list of Subscribers.
|
| SubscriptionActionHandler<T> |
The ActionHandler implementation for the Subscription Action.
|