Java org.springframework.statemachine StateContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.statemachine StateContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.statemachine StateContext.

The text is from its open source code.

Method

EgetEvent()
Gets the event associated with a context.
ExceptiongetException()
Gets the exception associated with a context.
ExtendedStategetExtendedState()
Gets the state machine extended state.
MessagegetMessage()
Gets the message associated with a context.
ObjectgetMessageHeader(Object header)
Gets the message header.
StategetSource()
Gets the source state of this context.
StagegetStage()
Gets the stage this context is attached.
StateMachinegetStateMachine()
Gets the state machine.
StategetTarget()
Gets the target state of this context.
TransitiongetTransition()
Gets the transition.