Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.sideeffect.SideEffects
Packages that use SideEffects
Package
Description
-
Uses of SideEffects in io.camunda.zeebe.engine.processing.bpmn.behavior
Constructors in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type SideEffectsModifierConstructorDescriptionBpmnBehaviorsImpl(ExpressionProcessor expressionBehavior, SideEffects sideEffects, MutableZeebeState zeebeState, CatchEventBehavior catchEventBehavior, VariableBehavior variableBehavior, EventTriggerBehavior eventTriggerBehavior, Function<BpmnElementType, BpmnElementContainerProcessor<ExecutableFlowElement>> processorLookup, Writers writers, JobMetrics jobMetrics, ProcessEngineMetrics processEngineMetrics) BpmnEventSubscriptionBehavior(CatchEventBehavior catchEventBehavior, EventTriggerBehavior eventTriggerBehavior, TypedCommandWriter commandWriter, SideEffects sideEffects, ZeebeState zeebeState, KeyGenerator keyGenerator) -
Uses of SideEffects in io.camunda.zeebe.engine.processing.common
Methods in io.camunda.zeebe.engine.processing.common with parameters of type SideEffectsModifier and TypeMethodDescriptionCatchEventBehavior.subscribeToEvents(BpmnElementContext context, ExecutableCatchEventSupplier supplier, SideEffects sideEffects, TypedCommandWriter commandWriter) voidCatchEventBehavior.subscribeToTimerEvent(long elementInstanceKey, long processInstanceKey, long processDefinitionKey, org.agrona.DirectBuffer handlerNodeId, Timer timer, TypedCommandWriter commandWriter, SideEffects sideEffects) voidCatchEventBehavior.unsubscribeEventSubprocesses(BpmnElementContext context, TypedCommandWriter commandWriter, SideEffects sideEffects) Unsubscribe from all event subprocesses in the scope of the context.voidCatchEventBehavior.unsubscribeFromEvents(BpmnElementContext context, TypedCommandWriter commandWriter, SideEffects sideEffects) Unsubscribe from all events in the scope of the context. -
Uses of SideEffects in io.camunda.zeebe.engine.processing.streamprocessor.sideeffect
Classes in io.camunda.zeebe.engine.processing.streamprocessor.sideeffect that implement SideEffects