|
Class Summary |
| MessageAckOnSubscribe |
|
| MessageAnycast |
MessageAnycast is used whenever a Scribe node wishes to anycast
to a particular topic. |
| MessageCreate |
MessageCreate is used whenever a Scribe node wants to create a
new topic. |
| MessageHeartBeat |
HeartBeatMessage is used whenever a Scribe nodes wishes let its children
know that it is still alive, so that the children need not do any repairing
of the multicast tree. |
| MessagePublish |
MessagePublish is used whenever a Scribe nodes wishes to send events
to a particular topic. |
| MessageReplyFromParent |
MessageReplyFromParent is a message sent by the PARENT node to a node
as a response to a MessageRequestToParent type of message. |
| MessageRequestToParent |
MessageRequestToParent is a message sent by a CHILD node to the PARENT
requesting it for the list of topics for which the PARENT node has this
node as a CHILD. |
| MessageSubscribe |
MessageSubscribe is used whenever a Scribe node wants to subscribe itself
to a topic. |
| MessageUnsubscribe |
MessageUnsubscribe is used whenever a Scribe node wishes to unsubscribe
from a topic. |
| ScribeMessage |
This is an abstract implementation of a Scribe message object. |