Interface InternalTransitionConfigurer<S,E>
- Type Parameters:
S- the type of stateE- 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
-
Method Summary
Methods inherited from interface org.springframework.statemachine.config.common.annotation.AnnotationConfigurerBuilder
andMethods inherited from interface org.springframework.statemachine.config.configurers.TransitionConfigurer
action, action, actionFunction, event, guard, guardExpression, name, secured, secured, source, state, timer, timerOnce