proton._handlers.MessagingHandler:
A general purpose handler that makes the proton-c events somewhat
simpler to deal with and/or avoids repetitive tasks for common use
cases.
proton._reactor.EventInjector:
Can be added to a reactor to allow events to be triggered by an
external thread but handled on the event thread associated with the
reactor.
proton._handlers.MessagingHandler:
A general purpose handler that makes the proton-c events somewhat
simpler to deal with and/or avoids repetitive tasks for common use
cases.
proton._reactor.Container:
A representation of the AMQP concept of a 'container', which
loosely speaking is something that establishes links to or from
another container, over which messages are transfered.