Uses of Interface
io.camunda.zeebe.engine.processing.distribution.CommandDistributionBehavior.DistributionRequestBuilder
Packages that use CommandDistributionBehavior.DistributionRequestBuilder
-
Uses of CommandDistributionBehavior.DistributionRequestBuilder in io.camunda.zeebe.engine.processing.distribution
Methods in io.camunda.zeebe.engine.processing.distribution that return CommandDistributionBehavior.DistributionRequestBuilderModifier and TypeMethodDescriptionCommandDistributionBehavior.DistributionRequestBuilder.forOtherPartitions()Specifies that this command will be distributed to all partitions except the local one.CommandDistributionBehavior.DistributionRequestBuilder.forPartition(int partition) Specifies the single partition that this command will be distributed to.CommandDistributionBehavior.DistributionRequestBuilder.forPartitions(Set<Integer> partitions) Specifies the partitions that this command will be distributed to.CommandDistributionBehavior.RequestBuilder.unordered()