Interface ClusterEventListener
-
public interface ClusterEventListener- Author:
- Joost van de Wijgerd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidonMasterElected(PhysicalNode masterNode)voidonTopologyChanged(List<PhysicalNode> topology)
-
-
-
Method Detail
-
onTopologyChanged
void onTopologyChanged(List<PhysicalNode> topology) throws Exception
- Throws:
Exception
-
onMasterElected
default void onMasterElected(PhysicalNode masterNode) throws Exception
- Throws:
Exception
-
-