Package proton :: Module _endpoints
[frames] | no frames]

Module _endpoints

source code

The proton.endpoints module

Classes
  Endpoint
  Connection
A representation of an AMQP connection
  Session
  Link
A representation of an AMQP link, of which there are two concrete implementations, Sender and Receiver.
  Sender
A link over which messages are sent.
  Receiver
A link over which messages are received.
  Terminus