Annotation Type | Description |
---|---|
EventHeader |
Annotation which indicates that a method parameter should be bound to a event header.
|
EventHeaders |
Annotation which indicates that a method parameter should be bound to the
event headers of a message.
|
ExtendedStateVariable | |
OnEventNotAccepted |
Indicates that a method is candidate to be called when event
is not accepted by a state machine.
|
OnExtendedStateChanged |
Indicates that a method is candidate to be called when
ExtendedState
is changed. |
OnStateChanged |
Indicates that a method is candidate to be called when
State
is changed. |
OnStateEntry |
Indicates that a method is candidate to be called when
State
is entered. |
OnStateExit |
Indicates that a method is candidate to be called when
State
is exited. |
OnStateMachineError |
Indicates that a method is candidate to be called when state machine
has been entered in error it cannot recover.
|
OnStateMachineStart |
Indicates that a method is a candidate to be called when state machine
is started.
|
OnStateMachineStop |
Indicates that a method is a candidate to be called when state machine
is stopped.
|
OnTransition |
Indicates that a method is a candidate to be called with a
Transition . |
OnTransitionEnd |
Indicates that a method is candidate to be called with a
Transition . |
OnTransitionStart |
Indicates that a method is candidate to be called with a
Transition . |
WithStateMachine |
Annotation which is marking a bean to be a candidate for participating with a
state machine events.
|