Interface LocalTransitionConfigurer<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Superinterfaces:
AnnotationConfigurerBuilder<StateMachineTransitionConfigurer<S,E>>, TransitionConfigurer<LocalTransitionConfigurer<S,E>,S,E>
All Known Implementing Classes:
DefaultLocalTransitionConfigurer

public interface LocalTransitionConfigurer<S,E> extends TransitionConfigurer<LocalTransitionConfigurer<S,E>,S,E>
TransitionConfigurer interface for configuring local Transitions.
Author:
Janne Valkealahti
  • Method Details