Package | Description |
---|---|
com.pushtechnology.diffusion.api |
The Diffusion API comprises a number of packages which provide access to
different aspects of Diffusion.
|
com.pushtechnology.diffusion.api.client |
Diffusion External Client API.
|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
com.pushtechnology.diffusion.api.topic |
Diffusion Topics API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerConnection
Deprecated.
Since 5.9
The classic client API will be removed in a future release. |
Modifier and Type | Class and Description |
---|---|
class |
ExternalClientConnection
Deprecated.
Since 5.9
The classic client API will be removed in a future release. |
Modifier and Type | Interface and Description |
---|---|
interface |
Client
A Client represents a client connection to the Diffusion Server.
|
interface |
PublisherServerConnection
Deprecated.
since 5.9
Such connections are a form of classic client connection which
will be removed along with the classic client API in a future
release. The only practical use was for manual fan-out
implementations that use
|
Modifier and Type | Interface and Description |
---|---|
interface |
TopicClient
A Topic Client is any client that can subscribe to Topics and receive
messages for specific Topics.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TopicListener.handleTopicMessage(MessageSource source,
TopicMessage message)
Handles a Message received from a
MessageSource . |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.