Package | Description |
---|---|
com.pushtechnology.diffusion.api.config |
Diffusion Configuration API.
|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
com.pushtechnology.diffusion.api.topic |
Diffusion Topics API.
|
Modifier and Type | Method and Description |
---|---|
TopicSelector |
TopicConflationPolicyConfig.getTopicSelector()
Get the topic name or topic selector pattern.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AuthorisationHandler.canFetch(Client client,
TopicSelector selector)
Checks whether a given Client is allowed to fetch using a specified Topic
Selector.
|
boolean |
AuthorisationHandler.canSubscribe(Client client,
TopicSelector selector)
Checks whether a given Client is allowed to subscribe using a specified
Topic Selector.
|
Modifier and Type | Method and Description |
---|---|
static TopicSelector |
TopicSelector.parse(String selector)
Parses a topic selector string to create a TopicSelector object.
|
Modifier and Type | Method and Description |
---|---|
Set<Topic> |
TopicTreeNode.getTopics(TopicSelector selector)
Returns a set of Topics that match a given
selector relative to this node. |
Modifier and Type | Method and Description |
---|---|
Set<Topic> |
TopicTreeNode.getTopics(Collection<TopicSelector> selectors)
Returns a set of Topics that match one or more of a given set of
selectors . |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.