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> voidTopics.addFallbackStream(Class<? extends V> valueClass, Topics.ValueStream<V> stream) Add a fallback stream.<V> voidTopics.addStream(TopicSelector topics, Class<? extends V> valueClass, Topics.ValueStream<V> stream) Add a value stream to receive topic events for topics that match a givenTopicSelectorand have a value class that matches a specified type.<V> voidTopics.addStream(String topics, Class<? extends V> valueClass, Topics.ValueStream<V> stream) Add a value stream to receive topic events for topics that match a givenTopicSelectorexpression and have a value class that matches a specified type.<V> voidTopics.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 givenTopicSelectorand have a compatible time series event value class.<V> voidTopics.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 givenTopicSelectorexpression and have a compatible time series value class.