Uses of Interface
io.zeebe.engine.processing.deployment.model.element.ExecutableCatchEventSupplier
-
Packages that use ExecutableCatchEventSupplier Package Description io.zeebe.engine.processing.bpmn.behavior io.zeebe.engine.processing.common io.zeebe.engine.processing.deployment.model.element -
-
Uses of ExecutableCatchEventSupplier in io.zeebe.engine.processing.bpmn.behavior
Methods in io.zeebe.engine.processing.bpmn.behavior with type parameters of type ExecutableCatchEventSupplier Modifier and Type Method Description <T extends ExecutableCatchEventSupplier>
Either<Failure,Void>BpmnEventSubscriptionBehavior. subscribeToEvents(T element, BpmnElementContext context) -
Uses of ExecutableCatchEventSupplier in io.zeebe.engine.processing.common
Methods in io.zeebe.engine.processing.common with parameters of type ExecutableCatchEventSupplier Modifier and Type Method Description voidCatchEventBehavior. subscribeToEvents(BpmnElementContext context, ExecutableCatchEventSupplier supplier, TypedStreamWriter streamWriter, SideEffects sideEffects) -
Uses of ExecutableCatchEventSupplier in io.zeebe.engine.processing.deployment.model.element
Classes in io.zeebe.engine.processing.deployment.model.element that implement ExecutableCatchEventSupplier Modifier and Type Class Description classExecutableActivityclassExecutableBoundaryEventclassExecutableCallActivityclassExecutableCatchEventElementclassExecutableEventBasedGatewayclassExecutableFlowElementContainerExecutableFlowElementContainer is currently used to represent processes as well (Process), which may seem counter intuitive; at the moment, the reason is that sub processes are also modelled using the same class, and sub processes need to reuse the logic for both.classExecutableMultiInstanceBodyclassExecutableReceiveTaskclassExecutableServiceTaskclassExecutableStartEventclassExecutableWorkflowExecutable* prefix in order to avoid confusion with model API classes.
-