Interface | Description |
---|---|
Guard<S,E> |
Guard s are typically considered as guard conditions which affect the
behaviour of a state machine by enabling actions or transitions only when they
evaluate to TRUE and disabling them when they evaluate to
FALSE . |
Class | Description |
---|---|
SpelExpressionGuard<S,E> |
Guard which uses Spring SpEL expression for condition evaluation. |