Class ExecutableEventBasedGateway
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableEventBasedGateway
- All Implemented Interfaces:
ExecutableCatchEventSupplier,ExecutableFlowElement
public class ExecutableEventBasedGateway
extends ExecutableFlowNode
implements ExecutableCatchEventSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.agrona.DirectBuffer>voidsetEvents(List<ExecutableCatchEvent> events) Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
addIncoming, addOutgoing, getIncoming, getInputMappings, getOutgoing, getOutputMappings, setInputMappings, setOutputMappingsMethods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getFlowScope, getId, setElementType, setFlowScopeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowElement
getElementType, getFlowScope, getId
-
Constructor Details
-
ExecutableEventBasedGateway
-
-
Method Details
-
getEvents
- Specified by:
getEventsin interfaceExecutableCatchEventSupplier
-
setEvents
-
getInterruptingElementIds
- Specified by:
getInterruptingElementIdsin interfaceExecutableCatchEventSupplier
-