Uses of Interface
io.camunda.zeebe.broker.client.api.BrokerTopologyManager
Packages that use BrokerTopologyManager
-
Uses of BrokerTopologyManager in io.camunda.zeebe.broker.client.api
Methods in io.camunda.zeebe.broker.client.api that return BrokerTopologyManagerMethods in io.camunda.zeebe.broker.client.api with parameters of type BrokerTopologyManagerModifier and TypeMethodDescriptionintRequestDispatchStrategy.determinePartition(BrokerTopologyManager topologyManager) -
Uses of BrokerTopologyManager in io.camunda.zeebe.broker.client.impl
Classes in io.camunda.zeebe.broker.client.impl that implement BrokerTopologyManagerMethods in io.camunda.zeebe.broker.client.impl that return BrokerTopologyManagerMethods in io.camunda.zeebe.broker.client.impl with parameters of type BrokerTopologyManagerModifier and TypeMethodDescriptionintRoundRobinDispatchStrategy.determinePartition(BrokerTopologyManager topologyManager) Constructors in io.camunda.zeebe.broker.client.impl with parameters of type BrokerTopologyManagerModifierConstructorDescriptionBrokerClientImpl(Duration requestTimeout, MessagingService messagingService, ClusterEventService eventService, ActorSchedulingService schedulingService, BrokerTopologyManager topologyManager) PartitionIdIterator(int startPartitionId, int partitionsCount, BrokerTopologyManager topologyManager)