Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.sideeffect.SideEffectProducer
Packages that use SideEffectProducer
Package
Description
-
Uses of SideEffectProducer in io.camunda.zeebe.engine.processing.bpmn
Method parameters in io.camunda.zeebe.engine.processing.bpmn with type arguments of type SideEffectProducerModifier and TypeMethodDescriptionvoidBpmnStreamProcessor.processRecord(TypedRecord<ProcessInstanceRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of SideEffectProducer in io.camunda.zeebe.engine.processing.deployment
Method parameters in io.camunda.zeebe.engine.processing.deployment with type arguments of type SideEffectProducerModifier and TypeMethodDescriptionvoidDeploymentCreateProcessor.processRecord(TypedRecord<DeploymentRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of SideEffectProducer in io.camunda.zeebe.engine.processing.deployment.distribute
Method parameters in io.camunda.zeebe.engine.processing.deployment.distribute with type arguments of type SideEffectProducerModifier and TypeMethodDescriptionvoidCompleteDeploymentDistributionProcessor.processRecord(long position, TypedRecord<DeploymentDistributionRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidDeploymentDistributeProcessor.processRecord(long position, TypedRecord<DeploymentRecord> event, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of SideEffectProducer in io.camunda.zeebe.engine.processing.incident
Method parameters in io.camunda.zeebe.engine.processing.incident with type arguments of type SideEffectProducerModifier and TypeMethodDescriptionvoidResolveIncidentProcessor.processRecord(TypedRecord<IncidentRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of SideEffectProducer in io.camunda.zeebe.engine.processing.message
Method parameters in io.camunda.zeebe.engine.processing.message with type arguments of type SideEffectProducerModifier and TypeMethodDescriptionbooleanMessageCorrelator.correlateNextMessage(long subscriptionKey, MessageSubscriptionRecord subscriptionRecord, Consumer<SideEffectProducer> sideEffect) voidMessagePublishProcessor.processRecord(TypedRecord<MessageRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidMessageSubscriptionCorrelateProcessor.processRecord(TypedRecord<MessageSubscriptionRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidMessageSubscriptionCreateProcessor.processRecord(TypedRecord<MessageSubscriptionRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidMessageSubscriptionDeleteProcessor.processRecord(TypedRecord<MessageSubscriptionRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidMessageSubscriptionRejectProcessor.processRecord(TypedRecord<MessageSubscriptionRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) voidProcessMessageSubscriptionCorrelateProcessor.processRecord(TypedRecord<ProcessMessageSubscriptionRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of SideEffectProducer in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type SideEffectProducerModifier and TypeMethodDescriptionvoidProcessingStateMachine.setSideEffectProducer(SideEffectProducer sideEffectProducer) Method parameters in io.camunda.zeebe.engine.processing.streamprocessor with type arguments of type SideEffectProducerModifier and TypeMethodDescriptiondefault voidTypedRecordProcessor.processRecord(long position, TypedRecord<T> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) default voidTypedRecordProcessor.processRecord(TypedRecord<T> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of SideEffectProducer in io.camunda.zeebe.engine.processing.streamprocessor.sideeffect
Classes in io.camunda.zeebe.engine.processing.streamprocessor.sideeffect that implement SideEffectProducerMethods in io.camunda.zeebe.engine.processing.streamprocessor.sideeffect with parameters of type SideEffectProducerModifier and TypeMethodDescriptionvoidSideEffectQueue.add(SideEffectProducer sideEffectProducer) voidSideEffects.add(SideEffectProducer sideEffect) Chain the given side effect. -
Uses of SideEffectProducer in io.camunda.zeebe.engine.processing.streamprocessor.writers
Subinterfaces of SideEffectProducer in io.camunda.zeebe.engine.processing.streamprocessor.writersClasses in io.camunda.zeebe.engine.processing.streamprocessor.writers that implement SideEffectProducerModifier and TypeClassDescriptionfinal classfinal class -
Uses of SideEffectProducer in io.camunda.zeebe.engine.processing.timer
Method parameters in io.camunda.zeebe.engine.processing.timer with type arguments of type SideEffectProducerModifier and TypeMethodDescriptionvoidTriggerTimerProcessor.processRecord(TypedRecord<TimerRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffects)