Interface StateChangeEventSender

All Known Implementing Classes:
FailoverManager

public interface StateChangeEventSender
  • Method Details

    • notifyPromoteToPrimary

      void notifyPromoteToPrimary()
    • notifyPromoteSecondary

      void notifyPromoteSecondary()
    • notifyAdapterStopped

      void notifyAdapterStopped()
    • registerListener

      void registerListener(StateChangeEventListener listener)