SignalEvent

camundala.bpmn.SignalEvent
See theSignalEvent companion object
case class SignalEvent[In <: Product](messageName: String, inOutDescr: InOutDescr[In, NoOutput], otherEnumInExamples: Option[Seq[In]])(implicit evidence$1: Encoder[In], evidence$2: Decoder[In], evidence$3: Schema[In]) extends ReceiveEvent[In, SignalEvent[In]]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait ReceiveEvent[In, SignalEvent[In]]
trait ProcessNode
trait Activity[In, NoOutput, SignalEvent[In]]
trait InOut[In, NoOutput, SignalEvent[In]]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withEnumInExample(enumInExample: In): SignalEvent[In]
def withInOutDescr(descr: InOutDescr[In, NoOutput]): SignalEvent[In]

Inherited methods

def camundaInMap: Map[String, CamundaVariable]

Attributes

Inherited from:
InOut

Attributes

Inherited from:
InOut
def label: String

Attributes

Inherited from:
ProcessElement
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def typeName: String

Attributes

Inherited from:
ProcessElement
def withDescr(description: String): SignalEvent[In]

Attributes

Inherited from:
InOut
def withId(i: String): SignalEvent[In]

Attributes

Inherited from:
InOut
def withIn(inFunct: In => In): SignalEvent[In]

Attributes

Inherited from:
InOut
def withIn(in: In): SignalEvent[In]

Attributes

Inherited from:
InOut
def withOut(outFunct: NoOutput => NoOutput): SignalEvent[In]

Attributes

Inherited from:
InOut
def withOut(out: NoOutput): SignalEvent[In]

Attributes

Inherited from:
InOut

Concrete fields

lazy val inOutType: InOutType

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 otherEnumOutExamples: Option[Seq[NoOutput]]

Attributes

Inherited from:
ReceiveEvent
lazy val out: NoOutput

Attributes

Inherited from:
InOut