Uses of Interface
io.camunda.zeebe.engine.processing.deployment.distribute.DeploymentDistributor
Packages that use DeploymentDistributor
Package
Description
-
Uses of DeploymentDistributor in io.camunda.zeebe.engine.processing
Methods in io.camunda.zeebe.engine.processing with parameters of type DeploymentDistributorModifier and TypeMethodDescriptionstatic TypedRecordProcessorsEngineProcessors.createEngineProcessors(ProcessingContext processingContext, int partitionsCount, SubscriptionCommandSender subscriptionCommandSender, DeploymentDistributor deploymentDistributor, DeploymentResponder deploymentResponder, Consumer<String> onJobsAvailableCallback) -
Uses of DeploymentDistributor in io.camunda.zeebe.engine.processing.deployment
Constructors in io.camunda.zeebe.engine.processing.deployment with parameters of type DeploymentDistributorModifierConstructorDescriptionDeploymentCreateProcessor(ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, ExpressionProcessor expressionProcessor, int partitionsCount, Writers writers, ActorControl actor, DeploymentDistributor deploymentDistributor, KeyGenerator keyGenerator) -
Uses of DeploymentDistributor in io.camunda.zeebe.engine.processing.deployment.distribute
Constructors in io.camunda.zeebe.engine.processing.deployment.distribute with parameters of type DeploymentDistributorModifierConstructorDescriptionDeploymentDistributionBehavior(Writers writers, int partitionsCount, DeploymentDistributor deploymentDistributor, ActorControl processingActor) DeploymentRedistributor(int partitionsCount, DeploymentDistributor deploymentDistributor, DeploymentState deploymentState)