Uses of Interface
com.pushtechnology.diffusion.client.features.UpdateStream.Builder
Packages that use UpdateStream.Builder
-
Uses of UpdateStream.Builder in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return UpdateStream.BuilderModifier and TypeMethodDescriptionUpdateStream.Builder.constraint
(UpdateConstraint updateConstraint) Specifies an update constraint for this update stream.TopicUpdate.newUpdateStreamBuilder()
Creates an update stream builder to use for creating update streams.UpdateStream.Builder.reset()
Resets the builder to its default parameters.UpdateStream.Builder.specification
(TopicSpecification topicSpecification) Specifies a TopicSpecification for this update stream.UpdateStream.Builder.suppressDeltas
(boolean suppressDeltas) Specifies if delta compression should be disabled for this update stream.