Class MessagePublishProcessor
java.lang.Object
io.camunda.zeebe.engine.processing.message.MessagePublishProcessor
- All Implemented Interfaces:
TypedRecordProcessor<MessageRecord>
public final class MessagePublishProcessor
extends Object
implements TypedRecordProcessor<MessageRecord>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessor
TypedRecordProcessor.ProcessingError -
Constructor Summary
ConstructorsConstructorDescriptionMessagePublishProcessor(MessageState messageState, MessageSubscriptionState subscriptionState, MessageStartEventSubscriptionState startEventSubscriptionState, EventScopeInstanceState eventScopeInstanceState, SubscriptionCommandSender commandSender, KeyGenerator keyGenerator, Writers writers, ProcessState processState, EventTriggerBehavior eventTriggerBehavior, BpmnStateBehavior stateBehavior) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRecord(TypedRecord<MessageRecord> 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
-
MessagePublishProcessor
public MessagePublishProcessor(MessageState messageState, MessageSubscriptionState subscriptionState, MessageStartEventSubscriptionState startEventSubscriptionState, EventScopeInstanceState eventScopeInstanceState, SubscriptionCommandSender commandSender, KeyGenerator keyGenerator, Writers writers, ProcessState processState, EventTriggerBehavior eventTriggerBehavior, BpmnStateBehavior stateBehavior)
-
-
Method Details
-
processRecord
public void processRecord(TypedRecord<MessageRecord> command, Consumer<SideEffectProducer> sideEffect) - Specified by:
processRecordin interfaceTypedRecordProcessor<MessageRecord>- See Also:
-