Uses of Interface
com.pushtechnology.diffusion.client.features.TimeSeries.Event
Packages that use TimeSeries.Event
-
Uses of TimeSeries.Event in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return TimeSeries.EventModifier and TypeMethodDescription<T> TimeSeries.Event<T>
TimeSeries.Event.withValue
(T newValue) Clone this event with a different value.Methods in com.pushtechnology.diffusion.client.features that return types with arguments of type TimeSeries.EventMethod parameters in com.pushtechnology.diffusion.client.features with type arguments of type TimeSeries.EventModifier and TypeMethodDescription<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 givenTopicSelector
and have a compatible time series event value class.<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 givenTopicSelector
expression and have a compatible time series value class.