Class DeploymentDistributeProcessor
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.distribute.DeploymentDistributeProcessor
- All Implemented Interfaces:
TypedRecordProcessor<DeploymentRecord>
public final class DeploymentDistributeProcessor
extends Object
implements TypedRecordProcessor<DeploymentRecord>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessor
TypedRecordProcessor.ProcessingError -
Constructor Summary
ConstructorsConstructorDescriptionDeploymentDistributeProcessor(ZeebeState zeebeState, DeploymentDistributionCommandSender deploymentDistributionCommandSender, Writers writers, KeyGenerator keyGenerator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessor
processRecord, tryHandleError
-
Constructor Details
-
DeploymentDistributeProcessor
public DeploymentDistributeProcessor(ZeebeState zeebeState, DeploymentDistributionCommandSender deploymentDistributionCommandSender, Writers writers, KeyGenerator keyGenerator)
-
-
Method Details
-
processRecord
- Specified by:
processRecordin interfaceTypedRecordProcessor<DeploymentRecord>
-