Package | Description |
---|---|
com.pushtechnology.diffusion.api.config |
Diffusion Configuration API.
|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
Modifier and Type | Method and Description |
---|---|
PublisherConfig |
ServerConfig.addPublisher(String publisherName,
String className)
Adds a new Publisher to the list of configured Publishers.
|
PublisherConfig |
ServerConfig.getPublisher(String publisherName)
Returns a named publisher configuration.
|
Modifier and Type | Method and Description |
---|---|
List<PublisherConfig> |
ServerConfig.getPublishers()
Returns the list of Publishers defined for this server.
|
Modifier and Type | Method and Description |
---|---|
PublisherConfig |
Publisher.getConfig()
Returns the publisher's configuration object.
|
Modifier and Type | Method and Description |
---|---|
static Publisher |
Publishers.loadPublisher(PublisherConfig config)
Loads a Publisher from a given
PublisherConfig . |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.