Package | Description |
---|---|
com.pushtechnology.diffusion.api |
The Diffusion API comprises a number of packages which provide access to
different aspects of Diffusion.
|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
com.pushtechnology.diffusion.api.topic |
Diffusion Topics API.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConnectionListener.serverTopicStatusChanged(ServerConnection serverConnection,
String topicName,
TopicStatus status)
Deprecated.
Notification that the status of a Topic that was subscribed to has
changed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Publisher.serverTopicStatusChanged(ServerConnection serverConnection,
String topicName,
TopicStatus status)
Notification that the status of a Topic that was subscribed to has
changed.
|
Modifier and Type | Method and Description |
---|---|
TopicStatus |
Topic.getStatus()
Returns the Topic status.
|
static TopicStatus |
TopicStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicStatus[] |
TopicStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.