Package org.springframework.statemachine.action
package org.springframework.statemachine.action
-
ClassDescriptionAction<S,
E> Generic strategy interface used by a state machine to respond events by executing anActionwith aStateContext.ActionListener<S,E> ActionListenerfor various action events.Action Utilities.Implementation of aActionListenerbacked by a multiple listeners.Actionwhich is used to wrap execution of anActionso that only aStateMachineconsidered to be a leader in anStateMachineEnsemblewill do the execution.ReactiveAction<S,E> SpelExpressionAction<S,E> Actionwhich uses Spring SpEL expression for action execution.Enumerations for possible state do action policies.