| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.withId(String id)
Set the optional subscriptionId.
|
Subscription |
Subscription.withObsoleteId(String obsoleteId)
Set the obsolete ID for this subscription.
|
Subscription |
Subscription.withTopic(String topicId)
Add the given locally owned Topic to the subscription.
|
Subscription |
Subscription.withTopic(Topic topic)
Add the given Topic to the subscription.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractSubscriberBase.withSubscription(IThreadSafeRetryableConsumer<P> consumer,
Subscription subscription) |
T |
AbstractSubscriberManager.withSubscription(IThreadSafeRetryableConsumer<P> consumer,
Subscription subscription) |
T |
ISubscriberManager.withSubscription(IThreadSafeRetryableConsumer<P> consumer,
Subscription subscription) |
ISubscriberAdmin |
ISubscriberAdmin.withSubscription(Subscription subscription) |
ISubscriberAdmin |
AbstractSubscriberAdmin.withSubscription(Subscription subscription) |
Copyright © 2018 Symphony Software Foundation. All rights reserved.