Package | Description |
---|---|
com.pushtechnology.diffusion.api.config |
Diffusion Configuration API.
|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
com.pushtechnology.diffusion.api.server |
Entry point.
|
Modifier and Type | Method and Description |
---|---|
ServerConfig |
ReplicationConfig.getServer()
Deprecated.
since 5.6. It is expected that you will already have a reference to
ServerConfig . This
method will be removed in a future version of Diffusion. |
static ServerConfig |
ConfigManager.getServerConfig()
This convenience method may be used when you know you are calling from
within a server VM.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConfigManager.bootstrap(ServerConfig config) |
Modifier and Type | Method and Description |
---|---|
static void |
Publishers.bootstrap(com.pushtechnology.diffusion.api.internal.topic.PublisherTopicTree topicTree,
com.pushtechnology.diffusion.clients.manager.ClientSessions clientManager,
ServerConfig serverConfig,
com.pushtechnology.diffusion.publisher.PublisherManager publisherManager,
com.pushtechnology.diffusion.publisher.AuthorisationManager authorisationManager,
com.pushtechnology.diffusion.publisher.ServerEventManager serverEventManager) |
Modifier and Type | Method and Description |
---|---|
ServerConfig |
DiffusionServer.getConfig() |
ServerConfig |
EmbeddedDiffusion.getConfig()
Returns the root server configuration.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.