Class CompleteDeploymentDistributionProcessor
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.distribute.CompleteDeploymentDistributionProcessor
- All Implemented Interfaces:
TypedRecordProcessor<DeploymentDistributionRecord>
public class CompleteDeploymentDistributionProcessor
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
ConstructorsConstructorDescriptionCompleteDeploymentDistributionProcessor(DeploymentState deploymentState, Writers writers) -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods 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
-
CompleteDeploymentDistributionProcessor
-
-
Method Details
-
processRecord
- Specified by:
processRecordin interfaceTypedRecordProcessor<DeploymentDistributionRecord>
-