# File lib/reactor/reactor.rb, line 79 def global_handler impl = Cproton.pn_reactor_get_global_handler(@impl) Qpid::Proton::Handler::WrappedHandler.wrap(impl, self.method(:on_error)) end