Uses of Class
io.camunda.zeebe.gateway.protocol.rest.BrokerInfo
Packages that use BrokerInfo
-
Uses of BrokerInfo in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return BrokerInfoModifier and TypeMethodDescriptionBrokerInfo.addPartitionsItem(Partition partitionsItem) BrokerInfo.partitions(List<@Valid Partition> partitions) Methods in io.camunda.zeebe.gateway.protocol.rest that return types with arguments of type BrokerInfoModifier and TypeMethodDescription@Valid List<@Valid BrokerInfo> TopologyResponse.getBrokers()A list of brokers that are part of this cluster.Methods in io.camunda.zeebe.gateway.protocol.rest with parameters of type BrokerInfoMethod parameters in io.camunda.zeebe.gateway.protocol.rest with type arguments of type BrokerInfoModifier and TypeMethodDescriptionTopologyResponse.brokers(List<@Valid BrokerInfo> brokers) voidTopologyResponse.setBrokers(List<@Valid BrokerInfo> brokers)