Package org.springframework.statemachine.event
package org.springframework.statemachine.event
-
ClassDescriptionDefault implementation of
StateMachineEventPublisher
.SimpleApplicationListener
which logs all events based onStateMachineEvent
using a log level set during the construction.Generic event representing that a state machine did not accept an event.Generic event representing that extended state variable has been changed.Generic event representing that state has been changed.Generic event representing that state has been entered.Generic event representing that state has been exited.Generic event representing that state machine has been entered in error it cannot recover.Generic event representing that state machine has been started.Generic event representing that state machine has been stopped or terminated.Event representing that aTransition
has ended.Event representing that aTransition
has happened.Event representing that aTransition
has started.BaseApplicationEvent
class for leader based events.Interface for publishing state machine based application events.Configuration for commonStateMachineEventPublisher
.Generic base event representing something with aTransition
.