# File lib/handler/reactor_messaging_adapter.rb, line 38
      def delegate(method, event)
        event.method = method     # Update the event with the new method
        event.dispatch(@handler) or dispatch(:on_unhandled, event)
      end