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>
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentCreateProcessor(ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, ExpressionProcessor expressionProcessor, int partitionsCount, Writers writers, DeploymentDistributionCommandSender deploymentDistributionCommandSender, KeyGenerator keyGenerator) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRecord(TypedRecord<DeploymentRecord> command, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, 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, processRecord, processRecord
-
Constructor Details
-
DeploymentCreateProcessor
public DeploymentCreateProcessor(ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, ExpressionProcessor expressionProcessor, int partitionsCount, Writers writers, DeploymentDistributionCommandSender deploymentDistributionCommandSender, KeyGenerator keyGenerator)
-
-
Method Details
-
processRecord
public void processRecord(TypedRecord<DeploymentRecord> command, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) - Specified by:
processRecordin interfaceTypedRecordProcessor<DeploymentRecord>- See Also:
-