Interface MonitoringConfigurer<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
- All Superinterfaces:
AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,
E>>
- All Known Implementing Classes:
DefaultMonitoringConfigurer
public interface MonitoringConfigurer<S,E>
extends AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,E>>
Base
MonitoringConfigurer
interface for configuring state machine monitoring.-
Method Summary
Modifier and TypeMethodDescriptionmonitor
(StateMachineMonitor<S, E> monitor) Specify a state machine monitor.Methods inherited from interface org.springframework.statemachine.config.common.annotation.AnnotationConfigurerBuilder
and
-
Method Details
-
monitor
Specify a state machine monitor.- Parameters:
monitor
- the state machine monitor- Returns:
- configurer for chaining
-