ReceiveMessage

org.finos.morphir.universe.engine.Instr$.ReceiveMessage
final case class ReceiveMessage[Msg](subscription: Subscription[Msg], message: Msg) extends Instr[Nothing, Unit]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Instr[Nothing, Unit]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product