Uses of Interface
io.zeebe.engine.processing.streamprocessor.sideeffect.SideEffectProducer
-
-
Uses of SideEffectProducer in io.zeebe.engine.processing.bpmn
Method parameters in io.zeebe.engine.processing.bpmn with type arguments of type SideEffectProducer Modifier and Type Method Description voidBpmnStreamProcessor. processRecord(TypedRecord<WorkflowInstanceRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of SideEffectProducer in io.zeebe.engine.processing.deployment
Method parameters in io.zeebe.engine.processing.deployment with type arguments of type SideEffectProducer Modifier and Type Method Description voidTransformingDeploymentCreateProcessor. processRecord(TypedRecord<DeploymentRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of SideEffectProducer in io.zeebe.engine.processing.deployment.distribute
Method parameters in io.zeebe.engine.processing.deployment.distribute with type arguments of type SideEffectProducer Modifier and Type Method Description voidDeploymentDistributeProcessor. processRecord(long position, TypedRecord<DeploymentRecord> event, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of SideEffectProducer in io.zeebe.engine.processing.incident
Method parameters in io.zeebe.engine.processing.incident with type arguments of type SideEffectProducer Modifier and Type Method Description voidResolveIncidentProcessor. processRecord(TypedRecord<IncidentRecord> command, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect) -
Uses of SideEffectProducer in io.zeebe.engine.processing.message
-
Uses of SideEffectProducer in io.zeebe.engine.processing.streamprocessor
Methods in io.zeebe.engine.processing.streamprocessor with parameters of type SideEffectProducer Modifier and Type Method Description voidProcessingStateMachine. setSideEffectProducer(SideEffectProducer sideEffectProducer)Method parameters in io.zeebe.engine.processing.streamprocessor with type arguments of type SideEffectProducer Modifier and Type Method Description default 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.zeebe.engine.processing.streamprocessor.sideeffect
Classes in io.zeebe.engine.processing.streamprocessor.sideeffect that implement SideEffectProducer Modifier and Type Class Description classSideEffectQueueMethods in io.zeebe.engine.processing.streamprocessor.sideeffect with parameters of type SideEffectProducer Modifier and Type Method Description voidSideEffectQueue. add(SideEffectProducer sideEffectProducer)voidSideEffects. add(SideEffectProducer sideEffect)Chain the given side effect. -
Uses of SideEffectProducer in io.zeebe.engine.processing.streamprocessor.writers
Classes in io.zeebe.engine.processing.streamprocessor.writers that implement SideEffectProducer Modifier and Type Class Description classTypedResponseWriterImpl -
Uses of SideEffectProducer in io.zeebe.engine.processing.timer
Method parameters in io.zeebe.engine.processing.timer with type arguments of type SideEffectProducer Modifier and Type Method Description voidCreateTimerProcessor. processRecord(TypedRecord<TimerRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter, Consumer<SideEffectProducer> sideEffect)
-