ReceiveEvent

camundala.bpmn.ReceiveEvent
sealed trait ReceiveEvent[In <: Product, T <: ReceiveEvent[In, T]](implicit evidence$1: Encoder[In], evidence$2: Decoder[In], evidence$3: Schema[In]) extends ProcessNode, Activity[In, NoOutput, T]

Attributes

Graph
Supertypes
trait Activity[In, NoOutput, T]
trait InOut[In, NoOutput, T]
trait ProcessNode
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class MessageEvent[In]
class SignalEvent[In]
class TimerEvent

Members list

Value members

Inherited methods

def camundaInMap: Map[String, CamundaVariable]

Attributes

Inherited from:
InOut

Attributes

Inherited from:
InOut
def label: String

Attributes

Inherited from:
ProcessElement
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def typeName: String

Attributes

Inherited from:
ProcessElement
def withDescr(description: String): T

Attributes

Inherited from:
InOut
def withId(i: String): T

Attributes

Inherited from:
InOut
def withIn(inFunct: In => In): T

Attributes

Inherited from:
InOut
def withIn(in: In): T

Attributes

Inherited from:
InOut
def withOut(outFunct: NoOutput => NoOutput): T

Attributes

Inherited from:
InOut
def withOut(out: NoOutput): T

Attributes

Inherited from:
InOut

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def inOutDescr: InOutDescr[In, NoOutput]

Attributes

Inherited from:
InOut

Attributes

Inherited from:
InOut
def otherEnumInExamples: Option[Seq[In]]

Attributes

Inherited from:
InOut
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def withInOutDescr(inOutDescr: InOutDescr[In, NoOutput]): T

Attributes

Inherited from:
InOut

Concrete fields

lazy val otherEnumOutExamples: Option[Seq[NoOutput]]

Inherited fields

lazy val camundaOutMap: Map[String, CamundaVariable]

Attributes

Inherited from:
InOut
lazy val descr: Option[String]

Attributes

Inherited from:
InOut
lazy val id: String

Attributes

Inherited from:
InOut
lazy val in: In

Attributes

Inherited from:
InOut
lazy val out: NoOutput

Attributes

Inherited from:
InOut