S - the type of stateE - the type of eventpublic interface MonitoringConfigurer<S,E> extends AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,E>>
MonitoringConfigurer interface for configuring state machine monitoring.| Modifier and Type | Method and Description |
|---|---|
MonitoringConfigurer<S,E> |
monitor(StateMachineMonitor<S,E> monitor)
Specify a state machine monitor.
|
andMonitoringConfigurer<S,E> monitor(StateMachineMonitor<S,E> monitor)
monitor - the state machine monitor