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 anAction
with aStateContext
.ActionListener<S,E> ActionListener
for various action events.Action Utilities.Implementation of aActionListener
backed by a multiple listeners.Action
which is used to wrap execution of anAction
so that only aStateMachine
considered to be a leader in anStateMachineEnsemble
will do the execution.ReactiveAction<S,E> SpelExpressionAction<S,E> Action
which uses Spring SpEL expression for action execution.Enumerations for possible state do action policies.