Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Unified API - Standard Client Features.
|
Modifier and Type | Class and Description |
---|---|
static class |
Topics.TopicStream.Default
Default
Topics.TopicStream implementation. |
Modifier and Type | Method and Description |
---|---|
void |
Topics.addFallbackTopicStream(Topics.TopicStream stream)
Add a fallback topic stream.
|
void |
Topics.addTopicStream(String topics,
Topics.TopicStream stream)
Add a topic stream to receive topic events for all topics that match a
given
TopicSelector expression. |
void |
Topics.addTopicStream(TopicSelector topics,
Topics.TopicStream stream)
Add a topic stream to receive topic events for all topics that match a
given
TopicSelector . |
void |
Topics.removeTopicStream(Topics.TopicStream stream)
Deprecated.
since 5.7 use
removeStream . |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.