Interface ExternalTransitionConfigurer<S,E>

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

public interface ExternalTransitionConfigurer<S,E> extends TransitionConfigurer<ExternalTransitionConfigurer<S,E>,S,E>
TransitionConfigurer interface for configuring external Transitions.