Package org.springframework.statemachine.guard
package org.springframework.statemachine.guard
-
ClassDescriptionGuard<S,
E> Guards are typically considered as guard conditions which affect the behaviour of a state machine by enabling actions or transitions only when they evaluate toTRUEand disabling them when they evaluate toFALSE.Guard Utilities.ReactiveGuard<S,E> SpelExpressionGuard<S,E> Guardwhich uses Spring SpEL expression for condition evaluation.