Interface GroupInfoServiceObserver

All Known Implementing Classes:
ServerGroupManager

public interface GroupInfoServiceObserver
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the GroupInfoService that you register with has a change.
  • Method Details

    • membershipChange

      void membershipChange()
      Called when the GroupInfoService that you register with has a change. You should call the GroupInfoService getClusterInstanceInfo method to get updated info.