Class CompositeStateMachineMonitor<S,E>

java.lang.Object
org.springframework.statemachine.support.AbstractCompositeItems<StateMachineMonitor<S,E>>
org.springframework.statemachine.monitor.CompositeStateMachineMonitor<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachineMonitor<S,E>

public class CompositeStateMachineMonitor<S,E> extends AbstractCompositeItems<StateMachineMonitor<S,E>> implements StateMachineMonitor<S,E>
Implementation of a StateMachineMonitor backed by a multiple monitors.
Author:
Janne Valkealahti
  • Constructor Details

    • CompositeStateMachineMonitor

      public CompositeStateMachineMonitor()
  • Method Details