Package org.springframework.statemachine.transition
package org.springframework.statemachine.transition
-
ClassDescriptionAbstractTransition<S,
E> Base implementation of aTransition
.InitialTransition<S,E> Transition
used during a state machine start.Transition<S,E> Transition
is something what a state machine associates with a state changes.Enumerations for possible transition conflict policies.Defines enumeration of aTransition
kind.