Uses of Enum Class
com.pushtechnology.diffusion.client.features.TopicCreationResult
Packages that use TopicCreationResult
-
Uses of TopicCreationResult in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return TopicCreationResultModifier and TypeMethodDescriptionstatic TopicCreationResult
Returns the enum constant of this class with the specified name.static TopicCreationResult[]
TopicCreationResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.client.features that return types with arguments of type TopicCreationResultModifier and TypeMethodDescriptionTopicUpdate.addAndSet
(String path, TopicSpecification specification, Class<T> valueClass, T value) Ensures a topic exists and sets its value.TopicUpdate.addAndSet
(String path, TopicSpecification specification, Class<T> valueClass, T value, UpdateConstraint constraint) Ensures a topic exists and sets its value.Sets the topic to a specified value.UpdateStream.validate()
Validates the update stream.