ReceiveSignalEvent

case class ReceiveSignalEvent[In <: Product](messageName: String, inOutDescr: InOutDescr[In, NoOutput])(implicit evidence$40: Encoder[In], evidence$41: Decoder[In], evidence$42: Schema[In]) extends ProcessNode with InOut[In, NoOutput, ReceiveSignalEvent[In]]
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

def label: String
Inherited from:
ProcessElement
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def withDescr(description: String): ReceiveSignalEvent[In]
Inherited from:
InOut
def withId(i: String): ReceiveSignalEvent[In]
Inherited from:
InOut
def withIn(in: In): ReceiveSignalEvent[In]
Inherited from:
InOut
Inherited from:
InOut

Inherited fields

lazy val descr: Option[String] | String
Inherited from:
InOut
lazy val id: String
Inherited from:
InOut
lazy val in: In
Inherited from:
InOut
lazy val inOutClass: String
Inherited from:
InOut
lazy val maybeDescr: Option[String]
Inherited from:
ProcessElement
lazy val out: NoOutput
Inherited from:
InOut