Package org.symphonyoss.s2.fugue.pubsub
Interface ISubscriberAdmin<T extends ISubscriberAdmin<T>>
-
- Type Parameters:
T- Type of concrete manager, needed for fluent methods.
- All Superinterfaces:
org.symphonyoss.s2.common.fluent.IFluent<T>
- All Known Implementing Classes:
AbstractSubscriberAdmin
public interface ISubscriberAdmin<T extends ISubscriberAdmin<T>> extends org.symphonyoss.s2.common.fluent.IFluent<T>A subscriber admin controller.- Author:
- Bruce Skingle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateSubscriptions(boolean dryRun)Create all configured subscriptions.voiddeleteSubscriptions(boolean dryRun)Delete all configured subscriptions.
-
-
-
Method Detail
-
createSubscriptions
void createSubscriptions(boolean dryRun)
Create all configured subscriptions.- Parameters:
dryRun- If true then don't change anything
-
deleteSubscriptions
void deleteSubscriptions(boolean dryRun)
Delete all configured subscriptions.- Parameters:
dryRun- If true then don't change anything
-
-