Class DeploymentCreateProcessor
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.DeploymentCreateProcessor
- All Implemented Interfaces:
TypedRecordProcessor<DeploymentRecord>
public final class DeploymentCreateProcessor
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
ConstructorsConstructorDescriptionDeploymentCreateProcessor(ZeebeState zeebeState, BpmnBehaviors bpmnBehaviors, int partitionsCount, Writers writers, DeploymentDistributionCommandSender deploymentDistributionCommandSender, KeyGenerator keyGenerator) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRecord(TypedRecord<DeploymentRecord> command, Consumer<SideEffectProducer> sideEffect) 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
-
DeploymentCreateProcessor
public DeploymentCreateProcessor(ZeebeState zeebeState, BpmnBehaviors bpmnBehaviors, int partitionsCount, Writers writers, DeploymentDistributionCommandSender deploymentDistributionCommandSender, KeyGenerator keyGenerator)
-
-
Method Details
-
processRecord
public void processRecord(TypedRecord<DeploymentRecord> command, Consumer<SideEffectProducer> sideEffect) - Specified by:
processRecordin interfaceTypedRecordProcessor<DeploymentRecord>- See Also:
-