Class ProcessMessageSubscriptionCreateProcessor
java.lang.Object
io.camunda.zeebe.engine.processing.message.ProcessMessageSubscriptionCreateProcessor
- All Implemented Interfaces:
TypedRecordProcessor<ProcessMessageSubscriptionRecord>
public final class ProcessMessageSubscriptionCreateProcessor
extends Object
implements TypedRecordProcessor<ProcessMessageSubscriptionRecord>
-
Constructor Summary
ConstructorsConstructorDescriptionProcessMessageSubscriptionCreateProcessor(ProcessMessageSubscriptionState subscriptionState, Writers writers) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRecord(TypedRecord<ProcessMessageSubscriptionRecord> command, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter) 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
-
ProcessMessageSubscriptionCreateProcessor
public ProcessMessageSubscriptionCreateProcessor(ProcessMessageSubscriptionState subscriptionState, Writers writers)
-
-
Method Details
-
processRecord
public void processRecord(TypedRecord<ProcessMessageSubscriptionRecord> command, LegacyTypedResponseWriter responseWriter, LegacyTypedStreamWriter streamWriter)
-