| Class | Description |
|---|---|
| AbstractDelegatingAction |
Base action with capabilities for delegating to another action
|
| DelayedDelegatingAction |
Action that delegates to the specified action after a specified fixed delay.
|
| LogAction |
Outputs a message via the configured logging system.
|
| LogErrorAction |
Outputs a message via the configured logging system.
|
| MultipleActions |
Executes the specified actions.
|
| ProbabilisticSelectionAction |
Action that delegates to delegateA with probabilityA or to delegateB with probability 1-probabilityA.
|
| PublishEventAction |
Action that publishes the specified event.
|
| RandomDelayedAction |
Action that delegates to another action after a delay that is chosen at random between a specified minimum and
maximum.
|
Copyright © 2018. All Rights Reserved.