Class | Qpid::Proton::HandlerDriver |
In: |
lib/core/connection_driver.rb
|
Parent: | ConnectionDriver |
A {ConnectionDriver} that feeds raw proton events to a handler.
handler | [R] | @return [MessagingHandler] The handler dispatched to by {process} |
Combine an {IO} with a handler and provide a simplified way to run the driver via {process}
@param io [IO] @param handler [Handler::MessagingHandler] to receive raw events in {dispatch} and {process}