Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Unified API - Standard Client Features.
|
Modifier and Type | Class and Description |
---|---|
static class |
Topics.ValueStream.Default<V>
Default
Topics.ValueStream implementation. |
Modifier and Type | Method and Description |
---|---|
<V> void |
Topics.addFallbackStream(Class<V> valueClass,
Topics.ValueStream<V> stream)
Add a fallback value stream.
|
<V> void |
Topics.addStream(String topics,
Class<V> valueClass,
Topics.ValueStream<V> stream)
Add a value stream to receive topic events for topics that match a given
TopicSelector expression and have a value type that matches a
specified type. |
<V> void |
Topics.addStream(TopicSelector topics,
Class<V> valueClass,
Topics.ValueStream<V> stream)
Add a value stream to receive topic events for topics that match a given
TopicSelector and have a value type that matches a specified
type. |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.