Uses of Interface
com.pushtechnology.diffusion.client.features.Topics.ValueStream
Packages that use Topics.ValueStream
-
Uses of Topics.ValueStream in com.pushtechnology.diffusion.client.features
Classes in com.pushtechnology.diffusion.client.features that implement Topics.ValueStreamMethods in com.pushtechnology.diffusion.client.features with parameters of type Topics.ValueStreamModifier and TypeMethodDescription<V> void
Topics.addFallbackStream
(Class<? extends V> valueClass, Topics.ValueStream<V> stream) Add a fallback stream.<V> void
Topics.addStream
(TopicSelector topics, Class<? extends V> valueClass, Topics.ValueStream<V> stream) Add a value stream to receive topic events for topics that match a givenTopicSelector
and have a value class that matches a specified type.<V> void
Topics.addStream
(String topics, Class<? extends V> valueClass, Topics.ValueStream<V> stream) Add a value stream to receive topic events for topics that match a givenTopicSelector
expression and have a value class that matches a specified type.<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.