Uses of Interface
io.camunda.zeebe.gateway.impl.broker.cluster.BrokerTopologyManager
Packages that use BrokerTopologyManager
Package
Description
-
Uses of BrokerTopologyManager in io.camunda.zeebe.gateway.impl.broker
Methods in io.camunda.zeebe.gateway.impl.broker that return BrokerTopologyManagerModifier and TypeMethodDescriptionBrokerClient.getTopologyManager()BrokerClientImpl.getTopologyManager()Constructors in io.camunda.zeebe.gateway.impl.broker with parameters of type BrokerTopologyManagerModifierConstructorDescriptionPartitionIdIterator(int startPartitionId, int partitionsCount, BrokerTopologyManager topologyManager) RequestRetryHandler(BrokerClient brokerClient, BrokerTopologyManager topologyManager) RoundRobinDispatchStrategy(BrokerTopologyManager topologyManager) -
Uses of BrokerTopologyManager in io.camunda.zeebe.gateway.impl.broker.cluster
Classes in io.camunda.zeebe.gateway.impl.broker.cluster that implement BrokerTopologyManager