Class ExitPseudoState<S,E>

java.lang.Object
org.springframework.statemachine.state.ExitPseudoState<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
PseudoState<S,E>

public class ExitPseudoState<S,E> extends Object implements PseudoState<S,E>
Exitpoint implementation of a PseudoState.
Author:
Janne Valkealahti
  • Constructor Details

    • ExitPseudoState

      public ExitPseudoState(StateHolder<S,E> state)
      Instantiates a new exit pseudo state.
      Parameters:
      state - the state
  • Method Details