Interface InstanceStatus
- All Known Implementing Classes:
JeroMQInstanceStatus
public interface InstanceStatus
Represents the instance status, which lists the
-
Method Summary
Modifier and TypeMethodDescriptionGets theInstanceId
associated with thisInstanceStatus
Gets the node IDs known to the instance.
-
Method Details
-
getInstanceId
InstanceId getInstanceId()Gets theInstanceId
associated with thisInstanceStatus
- Returns:
- the
InstanceId
-
getNodeIds
Gets the node IDs known to the instance.- Returns:
- the known
NodeId
s
-