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 Transition
s.-
Method Summary
Methods inherited from interface org.springframework.statemachine.config.common.annotation.AnnotationConfigurerBuilder
and
Methods inherited from interface org.springframework.statemachine.config.configurers.TransitionConfigurer
action, action, actionFunction, event, guard, guardExpression, name, secured, secured, source, state, timer, timerOnce