Class AbstractStateMachineMonitor<S,E>

java.lang.Object
org.springframework.statemachine.monitor.AbstractStateMachineMonitor<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachineMonitor<S,E>
Direct Known Subclasses:
BootStateMachineMonitor

public abstract class AbstractStateMachineMonitor<S,E> extends Object implements StateMachineMonitor<S,E>
Base implementation of a StateMachineMonitor.
Author:
Janne Valkealahti
  • Constructor Details

    • AbstractStateMachineMonitor

      public AbstractStateMachineMonitor()
  • Method Details