| Package | Description |
|---|---|
| com.github.pnavais.machine.api.filter | |
| com.github.pnavais.machine.model |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionMessageFilter<T extends AbstractNode,C extends Context<T>>
Allows fine grained customization of the filtering as it provides a per message
functionality injection.
|
interface |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
StateContext
The context implementation for State nodes
|
Copyright © 2019 state-machine. All rights reserved.