Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.writers.TypedCommandWriter
Packages that use TypedCommandWriter
Package
Description
-
Uses of TypedCommandWriter in io.camunda.zeebe.engine.processing.bpmn.behavior
Classes in io.camunda.zeebe.engine.processing.bpmn.behavior that implement TypedCommandWriterConstructors in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type TypedCommandWriterModifierConstructorDescriptionBpmnEventSubscriptionBehavior(CatchEventBehavior catchEventBehavior, EventTriggerBehavior eventTriggerBehavior, TypedCommandWriter commandWriter, SideEffects sideEffects, ZeebeState zeebeState, KeyGenerator keyGenerator) -
Uses of TypedCommandWriter in io.camunda.zeebe.engine.processing.common
Methods in io.camunda.zeebe.engine.processing.common with parameters of type TypedCommandWriterModifier 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.voidCatchEventBehavior.unsubscribeFromTimerEvent(TimerInstance timer, TypedCommandWriter commandWriter) -
Uses of TypedCommandWriter in io.camunda.zeebe.engine.processing.job
Methods in io.camunda.zeebe.engine.processing.job with parameters of type TypedCommandWriterModifier and TypeMethodDescriptionvoidJobCompleteProcessor.afterAccept(TypedCommandWriter commandWriter, StateWriter stateWriter, long key, Intent intent, JobRecord value) voidJobFailProcessor.afterAccept(TypedCommandWriter commandWriter, StateWriter stateWriter, long key, Intent intent, JobRecord value) voidJobThrowErrorProcessor.afterAccept(TypedCommandWriter commandWriter, StateWriter stateWriter, long jobKey, Intent intent, JobRecord job) -
Uses of TypedCommandWriter in io.camunda.zeebe.engine.processing.processinstance
Methods in io.camunda.zeebe.engine.processing.processinstance with parameters of type TypedCommandWriterModifier and TypeMethodDescriptionvoidCreateProcessInstanceWithResultProcessor.afterAccept(TypedCommandWriter commandWriter, StateWriter stateWriter, long key, Intent intent, ProcessInstanceCreationRecord value) -
Uses of TypedCommandWriter in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type TypedCommandWriterModifier and TypeMethodDescriptiondefault voidCommandProcessor.afterAccept(TypedCommandWriter commandWriter, StateWriter stateWriter, long key, Intent intent, T value) -
Uses of TypedCommandWriter in io.camunda.zeebe.engine.processing.streamprocessor.writers
Subinterfaces of TypedCommandWriter in io.camunda.zeebe.engine.processing.streamprocessor.writersModifier and TypeInterfaceDescriptioninterfaceThis interface is supposed to be replaced by RestrictedTypedCommandWriterinterfaceThings that only a stream processor should write to the log stream (+ commands)Classes in io.camunda.zeebe.engine.processing.streamprocessor.writers that implement TypedCommandWriterModifier and TypeClassDescriptionclassfinal classMethods in io.camunda.zeebe.engine.processing.streamprocessor.writers that return TypedCommandWriter