Interface | Description |
---|---|
ClientAckListener |
A listener for the outcome of messages sent to Clients requiring
acknowledgement.
|
ClientGroup |
A group of clients.
|
Subscription |
This encapsulates details relating to a Client's subscription to a topic.
|
Topic |
Represents a Topic.
|
TopicClient |
A Topic Client is any client that can subscribe to Topics and receive
messages for specific Topics.
|
TopicDeletionListener |
This is the interface for objects that wish to be notified of all topic
deletions.
|
TopicIntrospection |
Settings for Topic Introspection.
|
TopicListener |
The interface for an object that can have Topic Messages received from a
MessageSource routed to it. |
TopicLoader |
A Topic Loader is an object which performs the topic load processing for one
or more topics on behalf of a
TopicProvider . |
TopicProvider |
A Topic Provider maintains and provides the state for one or more Topics.
|
TopicSubscriptionHandler | Deprecated
since 5.5.
|
TopicTree |
The root node of a Topic tree.
|
TopicTreeListener |
Interface for an object that wishes to listen for changes to the
TopicTree . |
TopicTreeNode |
Represents any node within a Topic tree.
|
Class | Description |
---|---|
CachedTopicLoader |
This provides a simple implementation of a cached Topic loader.
|
SimpleTopicLoader |
This is a simple implementation of a Topic Loader.
|
TopicDefinition |
This encapsulates all or some of the details of a Topic.
|
TopicNameGenerator |
This class may be used used to generate short unique topic names.
|
TopicSelector |
A Topic Selector is a mechanism for selecting Topics either by name or by a
Topic selector pattern.
|
TopicSet |
An ordered set of Topic names and/or
TopicSelector strings. |
Enum | Description |
---|---|
TopicProperty |
Specifies Topic Property keys that may be used in
TopicDefinition s. |
TopicSelector.Type |
The selector type
|
TopicStatus |
Topic Status.
|
Exception | Description |
---|---|
TopicInvalidException |
Indicates an invalid topic name or
TopicSelector string. |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.