Package | Description |
---|---|
com.pushtechnology.diffusion.api.client |
Diffusion External Client API.
|
com.pushtechnology.diffusion.api.message | |
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
Modifier and Type | Method and Description |
---|---|
MessageSourceType |
ExternalClientConnection.getMessageSourceType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MessageSourceType |
MessageSource.getMessageSourceType()
Returns the message source type.
|
static MessageSourceType |
MessageSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageSourceType[] |
MessageSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Publisher.addTopicListener(TopicListener topicListener,
MessageSourceType sourceType,
String... topics)
Adds a
TopicListener . |
void |
Publisher.addTopicListener(TopicListener topicListener,
MessageSourceType sourceType,
TopicSet topics)
Adds a
TopicListener . |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.