The TopologyEvent
contains details about what changed. The supported event types are:
TOPOLOGY_INIT
sent when the TopologyEventListener
was first bound to the discovery service - represents the initial state of the topology at that time.TOPOLOGY_CHANGING
sent when the discovery service discovered a change in the topology and has started to settle the change. This event is sent before TOPOLOGY_CHANGED
but is optionalTOPOLOGY_CHANGED
sent when the discovery service discovered a change in the topology and has settled it.PROPERTIES_CHANGED
sent when the one or many properties have changed in an instance in the current topology
|
|
|
|