Package org.springframework.statemachine.processor
package org.springframework.statemachine.processor
-
ClassDescriptionMethodAnnotationPostProcessor<T extends Annotation>Strategy interface for post-processing annotated methods.A simple
StateMachineRuntimeProcessor
implementation using methods from a state machine protected bean.ABeanPostProcessor
implementation that processes method-level annotations such asOnTransition
.Handler for a common object representing something to be run.Helper class which is used from a StateMachineObjectSupport to ease handling of StateMachineHandlers and provides needed caching so that a runtime calls are fast.A helper class using spel to execute target methods.Wrapping everything we need to work with spel.StateMachineRuntime<S,E> A generic runtime representation of a state machine.StateMachineRuntimeProcessor<T,S, E> Defines a strategy of processing a state machine and returning some Object (or null).