Uses of Interface
io.camunda.zeebe.broker.client.api.RequestDispatchStrategy
Packages that use RequestDispatchStrategy
Package
Description
-
Uses of RequestDispatchStrategy in io.camunda.zeebe.broker.client.api
Methods in io.camunda.zeebe.broker.client.api that return RequestDispatchStrategyModifier and TypeMethodDescriptionstatic RequestDispatchStrategyRequestDispatchStrategy.roundRobin()Returns a dispatch strategy which will perform a stateful round robin between the partitions. -
Uses of RequestDispatchStrategy in io.camunda.zeebe.broker.client.api.dto
Methods in io.camunda.zeebe.broker.client.api.dto that return types with arguments of type RequestDispatchStrategy -
Uses of RequestDispatchStrategy in io.camunda.zeebe.broker.client.impl
Classes in io.camunda.zeebe.broker.client.impl that implement RequestDispatchStrategyModifier and TypeClassDescriptionfinal classReturn the next partition using a round-robin strategy, but skips the partitions where there is no leader at the moment.