- withId(String) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
-
Set the optional subscriptionId.
- withObsoleteId(String) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
-
Set the obsolete ID for this subscription.
- withObsoleteId(String) - Method in class org.symphonyoss.s2.fugue.pubsub.Topic
-
Set the obsolete ID for this topic.
- withServiceId(String) - Method in class org.symphonyoss.s2.fugue.pubsub.Topic
-
Set the service ID for the owner of this topic.
- withSubscription(Subscription) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
-
- withSubscription(String, String, String...) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
-
- withSubscription(String, Collection<TopicName>) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
-
- withSubscription(String, String[]) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
-
- withSubscription(IThreadSafeRetryableConsumer<P>, Subscription) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
-
- withSubscription(IThreadSafeRetryableConsumer<P>, String, String, String...) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
-
Deprecated.
- withSubscription(IThreadSafeRetryableConsumer<P>, String, Collection<TopicName>) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
-
- withSubscription(IThreadSafeRetryableConsumer<P>, String, String[]) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
-
- withSubscription(IThreadSafeRetryableConsumer<P>, Subscription) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
-
- withSubscription(IThreadSafeRetryableConsumer<P>, String, String, String...) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
-
- withSubscription(IThreadSafeRetryableConsumer<P>, String, Collection<TopicName>) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
-
- withSubscription(IThreadSafeRetryableConsumer<P>, String, String[]) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
-
- withSubscription(Subscription) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdmin
-
- withSubscription(String, String, String...) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdmin
-
Subscribe to the given subscription on the given topics.
- withSubscription(String, Collection<TopicName>) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdmin
-
Subscribe to the given subscription on the given topics.
- withSubscription(String, String[]) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdmin
-
Subscribe to the given subscription on the given topics.
- withSubscription(IThreadSafeRetryableConsumer<P>, Subscription) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManager
-
- withSubscription(IThreadSafeRetryableConsumer<P>, String, String, String...) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManager
-
Subscribe to the given subscription on the given topics.
- withSubscription(IThreadSafeRetryableConsumer<P>, String, Collection<TopicName>) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManager
-
Subscribe to the given subscription on the given topics.
- withSubscription(IThreadSafeRetryableConsumer<P>, String, String[]) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManager
-
Subscribe to the given subscription on the given topics.
- withTopic(Topic) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
-
Add the given Topic to the subscription.
- withTopic(String) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
-
Add the given locally owned Topic to the subscription.