| Package | Description |
|---|---|
| org.symphonyoss.s2.fugue.pubsub |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSubscriberAdmin<P,T extends ISubscriberAdmin & org.symphonyoss.s2.common.fluent.IFluent<T>>
Base class for subscriber managers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSubscriberAdmin<P,T extends ISubscriberAdmin & org.symphonyoss.s2.common.fluent.IFluent<T>>
Base class for subscriber managers.
|
| Modifier and Type | Method and Description |
|---|---|
ISubscriberAdmin |
ISubscriberAdmin.withSubscription(String subscriptionName,
List<String> topicNames)
Subscribe to the given subscription on the given topics.
|
ISubscriberAdmin |
ISubscriberAdmin.withSubscription(String subscriptionName,
String[] topicNames)
Subscribe to the given subscription on the given topics.
|
ISubscriberAdmin |
ISubscriberAdmin.withSubscription(String subscriptionName,
String topicName,
String... additionalTopicNames)
Subscribe to the given subscription on the given topics.
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.