Interface NodeStatusUpdateEventIfc

All Superinterfaces:
BaseEventIfc, Serializable
All Known Implementing Classes:
NodeStartedEvent, NodeStoppedEvent

public interface NodeStatusUpdateEventIfc extends BaseEventIfc
The NodeStatusUpdateEventIfc interface extends the BaseEventIfc interface and represents an event related to the update of node status
  • Method Details

    • getNodeStatus

      String getNodeStatus()
      Retrieves the status of the node associated with the event.
      Returns:
      The status of the node.
    • getNodeID

      String getNodeID()
      Retrieves the node ID associated with the event.
      Returns:
      The nodeID that got updated.