Class DeploymentDistributionCompleteProcessor
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.distribute.DeploymentDistributionCompleteProcessor
- All Implemented Interfaces:
TypedRecordProcessor<DeploymentDistributionRecord>
public class DeploymentDistributionCompleteProcessor
extends Object
implements TypedRecordProcessor<DeploymentDistributionRecord>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessor
TypedRecordProcessor.ProcessingError
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentDistributionCompleteProcessor
(DeploymentState deploymentState, Writers writers) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessor
tryHandleError
-
Constructor Details
-
DeploymentDistributionCompleteProcessor
-
-
Method Details
-
processRecord
- Specified by:
processRecord
in interfaceTypedRecordProcessor<DeploymentDistributionRecord>
-