Uses of Interface
io.zeebe.engine.processing.deployment.DeploymentResponder
-
Packages that use DeploymentResponder Package Description io.zeebe.engine.processing io.zeebe.engine.processing.deployment -
-
Uses of DeploymentResponder in io.zeebe.engine.processing
Methods in io.zeebe.engine.processing with parameters of type DeploymentResponder Modifier and Type Method Description static TypedRecordProcessorsEngineProcessors. createEngineProcessors(ProcessingContext processingContext, int partitionsCount, SubscriptionCommandSender subscriptionCommandSender, DeploymentDistributor deploymentDistributor, DeploymentResponder deploymentResponder, Consumer<String> onJobsAvailableCallback) -
Uses of DeploymentResponder in io.zeebe.engine.processing.deployment
Methods in io.zeebe.engine.processing.deployment with parameters of type DeploymentResponder Modifier and Type Method Description static voidDeploymentEventProcessors. addDeploymentCreateProcessor(TypedRecordProcessors typedRecordProcessors, WorkflowState workflowState, DeploymentResponder deploymentResponder, int partitionId)Constructors in io.zeebe.engine.processing.deployment with parameters of type DeploymentResponder Constructor Description DeploymentCreateProcessor(WorkflowState workflowState, DeploymentResponder deploymentResponder, int partitionId)
-