Class CommandDistributionBehavior
java.lang.Object
io.camunda.zeebe.engine.processing.common.CommandDistributionBehavior
-
Constructor Summary
ConstructorsConstructorDescriptionCommandDistributionBehavior(Writers writers, int currentPartition, int partitionsCount, InterPartitionCommandSender partitionCommandSender, KeyGenerator keyGenerator) -
Method Summary
Modifier and TypeMethodDescription<T extends UnifiedRecordValue>
voiddistributeCommand(TypedRecord<T> command)
-
Constructor Details
-
CommandDistributionBehavior
public CommandDistributionBehavior(Writers writers, int currentPartition, int partitionsCount, InterPartitionCommandSender partitionCommandSender, KeyGenerator keyGenerator)
-
-
Method Details
-
distributeCommand
-