Class BrokerInfoImpl
java.lang.Object
io.camunda.zeebe.client.impl.response.BrokerInfoImpl
- All Implemented Interfaces:
BrokerInfo
-
Constructor Summary
ConstructorsConstructorDescriptionBrokerInfoImpl
(BrokerInfo httpBrokerInfo) BrokerInfoImpl
(GatewayOuterClass.BrokerInfo grpcBrokerInfo) -
Method Summary
-
Constructor Details
-
BrokerInfoImpl
-
BrokerInfoImpl
-
-
Method Details
-
getNodeId
public int getNodeId()- Specified by:
getNodeId
in interfaceBrokerInfo
- Returns:
- the node if of the broker
-
getHost
- Specified by:
getHost
in interfaceBrokerInfo
- Returns:
- the address host of the broker
-
getPort
public int getPort()- Specified by:
getPort
in interfaceBrokerInfo
- Returns:
- the address port of the broker
-
getAddress
- Specified by:
getAddress
in interfaceBrokerInfo
- Returns:
- the address (host+port) of the broker
-
getVersion
- Specified by:
getVersion
in interfaceBrokerInfo
- Returns:
- the version of the broker
-
getPartitions
- Specified by:
getPartitions
in interfaceBrokerInfo
- Returns:
- all partitions of the broker
-
hashCode
public int hashCode() -
equals
-
toString
-