Interface GroupInfoServiceObserver
- All Known Implementing Classes:
ServerGroupManager
public interface GroupInfoServiceObserver
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled 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 GroupInfoServicegetClusterInstanceInfomethod to get updated info.
-