Class BootStateMachineMonitor<S,E>

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

public class BootStateMachineMonitor<S,E> extends AbstractStateMachineMonitor<S,E>
Implementation of a StateMachineMonitor which converts monitoring events and bridges those into supported format handled by Spring Boot's tracing and metrics frameworks.
Author:
Janne Valkealahti