Method: Qpid::Proton::Event#connection
- Defined in:
- lib/core/event.rb
#connection ⇒ Connection?
Returns the connection for this event.
112 |
# File 'lib/core/event.rb', line 112 def connection() @connection ||= get(Connection, :connection); end |