Package | Description |
---|---|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
com.pushtechnology.diffusion.api.topic |
Diffusion Topics API.
|
Modifier and Type | Method and Description |
---|---|
TopicLoader |
Publisher.getTopicLoader(String topicName) |
Modifier and Type | Method and Description |
---|---|
void |
Publisher.addTopicLoader(TopicLoader topicLoader,
String topicPattern) |
boolean |
Publisher.removeTopicLoader(TopicLoader topicLoader) |
Modifier and Type | Class and Description |
---|---|
class |
CachedTopicLoader
This provides a simple implementation of a cached Topic loader.
|
class |
SimpleTopicLoader
This is a simple implementation of a Topic Loader.
|
Modifier and Type | Method and Description |
---|---|
TopicLoader |
TopicProvider.getTopicLoader(String topicName)
Returns the Topic loader for a given Topic name.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicProvider.addTopicLoader(TopicLoader topicLoader,
String topicPattern)
Adds a new Topic Loader.
|
boolean |
TopicProvider.removeTopicLoader(TopicLoader topicLoader)
Removes a Topic Loader.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.