Interface | Description |
---|---|
MessageHolder |
This is used to store messages generated from a StateMachine in response to an incoming message.
|
MessageProcessor |
This is used to process a single message to or from a
StateMachine . |
MessageSender |
Poorly conceived interface to allow a MessageProcessor to be a network sender which handles batches of messages.
|
MessageSource |
This represents a source of messages, such as
NetworkReceiver . |
MessageType |
Message name.
|
Class | Description |
---|---|
Message<MESSAGETYPE extends MessageType> |
Message for state machines which can be sent out to instances in the cluster as well.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.