Class MessagePublishProcessor
java.lang.Object
io.camunda.zeebe.engine.processing.message.MessagePublishProcessor
- All Implemented Interfaces:
StreamProcessorLifecycleAware
,TypedRecordProcessor<MessageRecord>
public final class MessagePublishProcessor
extends Object
implements TypedRecordProcessor<MessageRecord>
-
Constructor Summary
ConstructorsConstructorDescriptionMessagePublishProcessor
(MessageState messageState, MessageSubscriptionState subscriptionState, MessageStartEventSubscriptionState startEventSubscriptionState, EventScopeInstanceState eventScopeInstanceState, SubscriptionCommandSender commandSender, KeyGenerator keyGenerator, Writers writers, ProcessState processState, EventTriggerBehavior eventTriggerBehavior) -
Method Summary
Modifier and TypeMethodDescriptionvoid
processRecord
(TypedRecord<MessageRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) 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.StreamProcessorLifecycleAware
onClose, onFailed, onPaused, onRecovered, onResumed
Methods inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessor
processRecord, processRecord
-
Constructor Details
-
MessagePublishProcessor
public MessagePublishProcessor(MessageState messageState, MessageSubscriptionState subscriptionState, MessageStartEventSubscriptionState startEventSubscriptionState, EventScopeInstanceState eventScopeInstanceState, SubscriptionCommandSender commandSender, KeyGenerator keyGenerator, Writers writers, ProcessState processState, EventTriggerBehavior eventTriggerBehavior)
-
-
Method Details
-
processRecord
public void processRecord(TypedRecord<MessageRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) - Specified by:
processRecord
in interfaceTypedRecordProcessor<MessageRecord>
- See Also:
-