Skip to main content

Module adapter

Module adapter 

Source
Expand description

LDP protocol adapter โ€” implements the ProtocolAdapter trait.

This is the primary integration point. The adapter:

  • Translates discover/invoke/stream/status/cancel into LDP messages
  • Manages sessions transparently (callers see request->response)
  • Attaches provenance to all results
  • Enforces trust domain boundaries

Structsยง

LdpAdapter
LDP protocol adapter.