Package | Description |
---|---|
com.pushtechnology.diffusion.client.callbacks |
Unified API - Callback Interfaces.
|
com.pushtechnology.diffusion.client.features |
Unified API - Standard Client Features.
|
Modifier and Type | Class and Description |
---|---|
static class |
Stream.Default
Abstract default callback.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Messaging.MessageStream
Stream interface that may be registered to receive messages from this
feature.
|
static interface |
Topics.SubscriberStream
Base subscriber stream interface.
|
static interface |
Topics.TopicStream
Generic stream interface that can be registered to receive topic
subscription, value and delta events.
|
static interface |
Topics.ValueStream<V>
Stream interface that can be registered to receive subscription and value
events whenever an update is received from the server.
|
Modifier and Type | Class and Description |
---|---|
static class |
Messaging.MessageStream.Default
Default
Messaging.MessageStream implementation. |
static class |
Topics.SubscriberStream.Default
Default
Topics.SubscriberStream implementation. |
static class |
Topics.TopicStream.Default
Default
Topics.TopicStream implementation. |
static class |
Topics.ValueStream.Default<V>
Default
Topics.ValueStream implementation. |
Modifier and Type | Method and Description |
---|---|
void |
Topics.removeStream(Stream stream)
Remove a stream.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.