Uses of Enum Class
com.pushtechnology.diffusion.client.features.Topics.UnsubscribeReason
Packages that use Topics.UnsubscribeReason
-
Uses of Topics.UnsubscribeReason in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return Topics.UnsubscribeReasonModifier and TypeMethodDescriptionstatic Topics.UnsubscribeReason
Returns the enum constant of this class with the specified name.static Topics.UnsubscribeReason[]
Topics.UnsubscribeReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.client.features with parameters of type Topics.UnsubscribeReasonModifier and TypeMethodDescriptionvoid
Topics.SubscriberStream.Default.onUnsubscription
(String topicPath, TopicSpecification specification, Topics.UnsubscribeReason reason) void
Topics.SubscriberStream.onUnsubscription
(String topicPath, TopicSpecification specification, Topics.UnsubscribeReason reason) Unsubscription notification.