| Interface | Description |
|---|---|
| MessageFilter<T extends AbstractNode,C extends Context<T>> |
A
MessageFilter allows performing custom
logic upon reception or dispatch of messages deciding
whether the operation can continue or not. |
| Class | Description |
|---|---|
| Context<T extends AbstractNode> |
Simple holder for all components involved in a transition event i.e.
|
| FunctionMessageFilter<T extends AbstractNode,C extends Context<T>> |
Allows fine grained customization of the filtering as it provides a per message
functionality injection.
|
Copyright © 2019 state-machine. All rights reserved.