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 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