Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Method and Description |
---|---|
<T> TimeSeries.Event<T> |
TimeSeries.Event.withValue(T newValue)
Clone this event with a different value.
|
Modifier and Type | Method and Description |
---|---|
Stream<TimeSeries.Event<V>> |
TimeSeries.QueryResult.stream() |
Modifier and Type | Method and Description |
---|---|
<V> void |
Topics.addTimeSeriesStream(String topics,
Class<? extends V> eventValueClass,
Topics.ValueStream<TimeSeries.Event<V>> stream)
Add a value stream to receive topic events for time series topics that
match a given
TopicSelector expression and have a compatible time
series value class. |
<V> void |
Topics.addTimeSeriesStream(TopicSelector topics,
Class<? extends V> eventValueClass,
Topics.ValueStream<TimeSeries.Event<V>> stream)
Add a value stream to receive topic events for time series topics that
match a given
TopicSelector and have a compatible time series
event value class. |
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.