Dsl

org.finos.morphir.universe.engine.Dsl$
object Dsl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Dsl.type

Members list

Type members

Classlikes

object Morphir

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Morphir.type

Value members

Concrete methods

def readVariable(name: Name): Instruction[Throwable, (Type[Unit], Any)]
def receiveMessage[Msg](subscription: Subscription[Msg], message: Msg): Instruction[Nothing, Unit]
def subscribe[Msg](subscription: Subscription[Msg], encoder: DataEncoder[Msg])(handler: Msg => Any): Instruction[Nothing, Boolean]