P - The type of payload received.T - Type of concrete manager, needed for fluent methods.public interface ISubscriberAdmin<P,T extends ISubscriberManager<P,T>> extends ISubscriberManager<P,T>
| Modifier and Type | Method and Description |
|---|---|
void |
createSubscriptions(boolean dryRun)
Create all configured subscriptions.
|
void |
deleteSubscriptions(boolean dryRun)
Delete all configured subscriptions.
|
withSubscription, withSubscriptionsByConfigvoid createSubscriptions(boolean dryRun)
dryRun - If true then don't change anythingvoid deleteSubscriptions(boolean dryRun)
dryRun - If true then don't change anythingCopyright © 2018 Symphony Software Foundation. All rights reserved.