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 Serializabletrait ProcessNodetrait ProcessElementtrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- ProcessElement
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- ProcessElement
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- InOut
In this article