Interface InternalTransitionConfigurer<S,E>

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

public interface InternalTransitionConfigurer<S,E> extends TransitionConfigurer<InternalTransitionConfigurer<S,E>,S,E>
TransitionConfigurer interface for configuring internal Transitions.
Author:
Janne Valkealahti