| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFilteredState
Base class for all Message filter state decorators
|
class |
FilteredState
A decorator adding message filtering functionality
to regular states.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MessageFilter<State,StateContext> |
AbstractFilteredState.getMessageFilter()
Retrieves the message filter
|
Copyright © 2019 state-machine. All rights reserved.