Class Qpid::Proton::Handler::MessagingAdapter
In: lib/handler/messaging_adapter.rb
Parent: Adapter

Adapt raw proton events to {MessagingHandler} events.

Methods

Public Class methods

Define repetative on_xxx_open/close methods for session and connection

Public Instance methods

Add flow control for local link open

Link open/close is handled separately because links are split into sender and receiver on the messaging API

[Validate]