Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Also see attached IRC conversation between Rob and Lorenz, especially with regards to Link stealing.

LinkRegistry

The LinkRegistry is responsible for ensuring Link uniqueness and persistence.

...

This will have session related state (e.g., Map<delivery-ids, unsettled delivery state>).

API

  • detach() -> Future<?>
    Depending on how we implement Link stealing this might or might not have to be asynchronous
  • send-/receive(Flow, Transfer, Disposition)

...