Interface ModelConfigurer<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Superinterfaces:
AnnotationConfigurerBuilder<StateMachineModelConfigurer<S,E>>
All Known Implementing Classes:
DefaultModelConfigurer

public interface ModelConfigurer<S,E> extends AnnotationConfigurerBuilder<StateMachineModelConfigurer<S,E>>
Base ModelConfigurer interface for configuring state machine model.
  • Method Details