Interface | Description |
---|---|
State<CONTEXT,MESSAGETYPE extends MessageType> |
Implemented by states in a state machine.
|
StateTransitionListener |
Listener API for StateMachine transitions.
|
Class | Description |
---|---|
StateMachine |
State machine that wraps a context and a state, which can change when a Message comes in.
|
StateMachineConversations |
Generate id's for state machine conversations.
|
StateMachineProxyFactory |
Used to generate dynamic proxies whose methods are backed by a
StateMachine . |
StateMachineProxyHandler |
Handle for dynamic proxies that are backed by a
StateMachine . |
StateMachineRules |
Trigger messages when given state transitions occur
|
StateTransition |
A single state transition that occurred in
a state machine as a consequence of handling a message.
|
StateTransitionLogger |
Logs state transitions in
StateMachine s. |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.