Uses of Interface
io.camunda.zeebe.engine.processing.deployment.DeploymentResponder
Packages that use DeploymentResponder
Package
Description
-
Uses of DeploymentResponder in io.camunda.zeebe.engine.processing
Methods in io.camunda.zeebe.engine.processing with parameters of type DeploymentResponderModifier and TypeMethodDescriptionstatic TypedRecordProcessorsEngineProcessors.createEngineProcessors(ProcessingContext processingContext, int partitionsCount, SubscriptionCommandSender subscriptionCommandSender, DeploymentDistributor deploymentDistributor, DeploymentResponder deploymentResponder, Consumer<String> onJobsAvailableCallback) -
Uses of DeploymentResponder in io.camunda.zeebe.engine.processing.deployment.distribute
Constructors in io.camunda.zeebe.engine.processing.deployment.distribute with parameters of type DeploymentResponderModifierConstructorDescriptionDeploymentDistributeProcessor(ProcessState processState, MessageStartEventSubscriptionState messageStartEventSubscriptionState, DeploymentResponder deploymentResponder, int partitionId, Writers writers, KeyGenerator keyGenerator)