Class RoundRobinActivateJobsHandler<T>

java.lang.Object
io.camunda.zeebe.gateway.impl.job.RoundRobinActivateJobsHandler<T>
All Implemented Interfaces:
ActivateJobsHandler<T>, Consumer<ActorControl>

public final class RoundRobinActivateJobsHandler<T> extends Object implements ActivateJobsHandler<T>
Iterates in round-robin fashion over partitions to activate jobs. Uses a map from job type to partition-IDs to determine the next partition to use.