Class BpmnEventPublicationBehavior
- java.lang.Object
-
- io.zeebe.engine.processing.bpmn.behavior.BpmnEventPublicationBehavior
-
public final class BpmnEventPublicationBehavior extends Object
-
-
Constructor Summary
Constructors Constructor Description BpmnEventPublicationBehavior(ZeebeState zeebeState, TypedStreamWriter streamWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanthrowErrorEvent(org.agrona.DirectBuffer errorCode, BpmnElementContext context)Throws an error event that must be caught somewhere in the scope hierarchy.
-
-
-
Constructor Detail
-
BpmnEventPublicationBehavior
public BpmnEventPublicationBehavior(ZeebeState zeebeState, TypedStreamWriter streamWriter)
-
-
Method Detail
-
throwErrorEvent
public boolean throwErrorEvent(org.agrona.DirectBuffer errorCode, BpmnElementContext context)Throws an error event that must be caught somewhere in the scope hierarchy.- Returns:
trueif the error event is thrown and caught by an catch event- See Also:
ErrorEventHandler.throwErrorEvent(DirectBuffer, ElementInstance, TypedStreamWriter)
-
-