Uses of Interface
io.zeebe.engine.processing.deployment.distribute.DeploymentDistributor
-
Packages that use DeploymentDistributor Package Description io.zeebe.engine.processing io.zeebe.engine.processing.deployment.distribute -
-
Uses of DeploymentDistributor in io.zeebe.engine.processing
Methods in io.zeebe.engine.processing with parameters of type DeploymentDistributor Modifier and Type Method Description static TypedRecordProcessorsEngineProcessors. createEngineProcessors(ProcessingContext processingContext, int partitionsCount, SubscriptionCommandSender subscriptionCommandSender, DeploymentDistributor deploymentDistributor, DeploymentResponder deploymentResponder, Consumer<String> onJobsAvailableCallback) -
Uses of DeploymentDistributor in io.zeebe.engine.processing.deployment.distribute
Constructors in io.zeebe.engine.processing.deployment.distribute with parameters of type DeploymentDistributor Constructor Description DeploymentDistributeProcessor(ActorControl actor, DeploymentsState deploymentsState, DeploymentDistributor deploymentDistributor)
-