Uses of Class
io.camunda.zeebe.engine.processing.deployment.distribute.DeploymentDistributionCommandSender
Packages that use DeploymentDistributionCommandSender
Package
Description
-
Uses of DeploymentDistributionCommandSender in io.camunda.zeebe.engine.processing
Methods in io.camunda.zeebe.engine.processing with parameters of type DeploymentDistributionCommandSenderModifier and TypeMethodDescriptionstatic TypedRecordProcessorsEngineProcessors.createEngineProcessors(TypedRecordProcessorContext typedRecordProcessorContext, int partitionsCount, SubscriptionCommandSender subscriptionCommandSender, DeploymentDistributionCommandSender deploymentDistributionCommandSender, Consumer<String> onJobsAvailableCallback, FeatureFlags featureFlags) -
Uses of DeploymentDistributionCommandSender in io.camunda.zeebe.engine.processing.deployment
Constructors in io.camunda.zeebe.engine.processing.deployment with parameters of type DeploymentDistributionCommandSenderModifierConstructorDescriptionDeploymentCreateProcessor(ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, ExpressionProcessor expressionProcessor, int partitionsCount, Writers writers, DeploymentDistributionCommandSender deploymentDistributionCommandSender, KeyGenerator keyGenerator) -
Uses of DeploymentDistributionCommandSender in io.camunda.zeebe.engine.processing.deployment.distribute
Constructors in io.camunda.zeebe.engine.processing.deployment.distribute with parameters of type DeploymentDistributionCommandSenderModifierConstructorDescriptionDeploymentDistributeProcessor(ProcessState processState, MessageStartEventSubscriptionState messageStartEventSubscriptionState, DeploymentDistributionCommandSender deploymentDistributionCommandSender, Writers writers, KeyGenerator keyGenerator) DeploymentDistributionBehavior(Writers writers, int partitionsCount, DeploymentDistributionCommandSender deploymentDistributionCommandSender) DeploymentRedistributor(DeploymentDistributionCommandSender deploymentDistributionCommandSender, DeploymentState deploymentState)