# File lib/handler/outgoing_message_handler.rb, line 57 def on_sendable(event) Qpid::Proton::Event.dispatch(@delegate, :on_sendable, event) if !@delegate.nil? end