Class: Qpid::Proton::BaseHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/core/base_handler.rb

Instance Method Summary collapse

Instance Method Details

#on_unhandled(method, *args) ⇒ Object

Override to process unhandled events.



26
27
# File 'lib/core/base_handler.rb', line 26

def on_unhandled(method, *args)
end