Uses of Class
org.symphonyoss.s2.fugue.pubsub.Subscription
-
-
Uses of Subscription in org.symphonyoss.s2.fugue.pubsub
Methods in org.symphonyoss.s2.fugue.pubsub that return Subscription Modifier and Type Method Description SubscriptionSubscription. withId(String id)Set the optional subscriptionId.SubscriptionSubscription. withObsoleteId(String obsoleteId)Set the obsolete ID for this subscription.SubscriptionSubscription. withTopic(String topicId)Add the given locally owned Topic to the subscription.SubscriptionSubscription. withTopic(Topic topic)Add the given Topic to the subscription.Methods in org.symphonyoss.s2.fugue.pubsub with parameters of type Subscription Modifier and Type Method Description TAbstractSubscriberAdmin.Builder. withSubscription(Subscription subscription)protected TAbstractSubscriberBase.Builder. withSubscription(org.symphonyoss.s2.fugue.pipeline.IThreadSafeRetryableConsumer<P> consumer, Subscription subscription)TAbstractSubscriberManager.Builder. withSubscription(org.symphonyoss.s2.fugue.pipeline.IThreadSafeRetryableConsumer<P> consumer, Subscription subscription)TISubscriberAdminBuilder. withSubscription(Subscription subscription)TISubscriberManagerBuilder. withSubscription(org.symphonyoss.s2.fugue.pipeline.IThreadSafeRetryableConsumer<P> consumer, Subscription subscription)
-