Options
All
  • Public
  • Public/Protected
  • All
Menu

A connection is a pipe connecting the slot of two modules that transmit message. They may be associated at their end to an adaptor that transform (usually slightly) the message before reaching the destination module.

🤓 The adaptor is stored within the connection but the transformation implementation is actually belonging to ModuleFlux.

Hierarchy

  • Connection

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly adaptor

adaptor: Adaptor = ...

Readonly connectionId

connectionId: string

the connection unique id, composing source [module id, slot id] and destination [module id, slot id].

Readonly end

end: SlotRef

Readonly start

start: SlotRef

Generated using TypeDoc