Class ExecutableReceiveTask
- java.lang.Object
-
- io.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
-
- io.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
-
- io.zeebe.engine.processing.deployment.model.element.ExecutableActivity
-
- io.zeebe.engine.processing.deployment.model.element.ExecutableReceiveTask
-
- All Implemented Interfaces:
ExecutableCatchEvent,ExecutableCatchEventSupplier,ExecutableFlowElement
public class ExecutableReceiveTask extends ExecutableActivity implements ExecutableCatchEvent
-
-
Constructor Summary
Constructors Constructor Description ExecutableReceiveTask(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutableErrorgetError()ExecutableMessagegetMessage()BiFunction<ExpressionProcessor,Long,Either<Failure,Timer>>getTimerFactory()booleanisError()booleanisMessage()booleanisTimer()voidsetMessage(ExecutableMessage message)-
Methods inherited from class io.zeebe.engine.processing.deployment.model.element.ExecutableActivity
attach, attach, getBoundaryEvents, getEvents, getEventSubprocesses, getInterruptingElementIds
-
Methods inherited from class io.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
addIncoming, addOutgoing, getIncoming, getInputMappings, getOutgoing, getOutputMappings, setInputMappings, setOutputMappings
-
Methods inherited from class io.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getFlowScope, getId, setElementType, setFlowScope
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.zeebe.engine.processing.deployment.model.element.ExecutableCatchEvent
isNone, shouldCloseMessageSubscriptionOnCorrelate
-
Methods inherited from interface io.zeebe.engine.processing.deployment.model.element.ExecutableFlowElement
getElementType, getFlowScope, getId
-
-
-
-
Constructor Detail
-
ExecutableReceiveTask
public ExecutableReceiveTask(String id)
-
-
Method Detail
-
isTimer
public boolean isTimer()
- Specified by:
isTimerin interfaceExecutableCatchEvent
-
isMessage
public boolean isMessage()
- Specified by:
isMessagein interfaceExecutableCatchEvent
-
isError
public boolean isError()
- Specified by:
isErrorin interfaceExecutableCatchEvent
-
getMessage
public ExecutableMessage getMessage()
- Specified by:
getMessagein interfaceExecutableCatchEvent
-
getTimerFactory
public BiFunction<ExpressionProcessor,Long,Either<Failure,Timer>> getTimerFactory()
- Specified by:
getTimerFactoryin interfaceExecutableCatchEvent
-
getError
public ExecutableError getError()
- Specified by:
getErrorin interfaceExecutableCatchEvent
-
setMessage
public void setMessage(ExecutableMessage message)
-
-