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.
Connection
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.