Interface | Description |
---|---|
AttachableTopicMessage |
This is the interface of a
TopicMessage that has an attachment. |
ClientPingMessage |
A 'Client Ping' message is a message that is sent from the server to a
client and then reflected back to the server.
|
ClientPingResponseListener |
A listener for client ping responses.
|
DataMessage |
A message that has a data body.
|
InternalTopicMessage |
Internal topic message contract.
|
Message |
This is the super interface for all Diffusion messages.
|
MessageFilter |
A Message Filter is an object that can select a message for processing or
even change the Message that is to be processed.
|
MessageReader |
A Message Reader provides a 'read only' view of a
DataMessage which
allows 'relative' reading of the message without affecting the original
message pointers. |
MessageSource |
A message source is an object through which inbound messages are passed to
an application.
|
PingMessage |
A 'Ping' message is a message that is sent over a connection and then
reflected back by the receiver.
|
ServerPingMessage | Deprecated
Since 5.9
|
ServerPingResponseListener | Deprecated
Since 5.9
|
TopicMessage |
The interface for data messages that are created for a specific topic.
|
Class | Description |
---|---|
Record |
A Message Record.
|
Enum | Description |
---|---|
Encoding |
Represents a message byte encoding.
|
MessagePriority |
Indicates the delivery priority of a Message.
|
MessageSourceType |
Identifies the type of a
MessageSource . |
Exception | Description |
---|---|
MessageException |
An exception returned by the Diffusion Message API.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.