Interface IntentSynchronizationAdminService

  • All Known Implementing Classes:
    IntentSynchronizer

    public interface IntentSynchronizationAdminService
    Administrative APIs for managing intent synchronization.
    • Method Detail

      • modifyPrimary

        void modifyPrimary​(boolean isPrimary)
        Changes whether this instance is the primary or not based on the boolean parameter.
        Parameters:
        isPrimary - true if the instance is primary, false if it is not
      • removeIntents

        void removeIntents()
        Withdraws all intents.