T - Type of concrete manager, needed for fluent methods.public interface ISubscriberAdmin<T extends ISubscriberAdmin<T>>
extends org.symphonyoss.s2.common.fluent.IFluent<T>
| Modifier and Type | Method and Description |
|---|---|
void |
createSubscriptions(boolean dryRun)
Create all configured subscriptions.
|
void |
deleteSubscriptions(boolean dryRun)
Delete all configured subscriptions.
|
void 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.