Class BrokerInfoImpl
java.lang.Object
io.camunda.zeebe.client.impl.response.BrokerInfoImpl
- All Implemented Interfaces:
BrokerInfo
-
Constructor Details
-
BrokerInfoImpl
-
-
Method Details
-
getNodeId
public int getNodeId()- Specified by:
getNodeIdin interfaceBrokerInfo- Returns:
- the node if of the broker
-
getHost
- Specified by:
getHostin interfaceBrokerInfo- Returns:
- the address host of the broker
-
getPort
public int getPort()- Specified by:
getPortin interfaceBrokerInfo- Returns:
- the address port of the broker
-
getAddress
- Specified by:
getAddressin interfaceBrokerInfo- Returns:
- the address (host+port) of the broker
-
getVersion
- Specified by:
getVersionin interfaceBrokerInfo- Returns:
- the version of the broker
-
getPartitions
- Specified by:
getPartitionsin interfaceBrokerInfo- Returns:
- all partitions of the broker
-
toString
-