Method: Qpid::Proton::Event#connection

Defined in:
lib/core/event.rb

#connectionConnection?

Returns the connection for this event.

Returns:

  • (Connection, nil)

    the connection for this event



112
# File 'lib/core/event.rb', line 112

def connection() @connection ||= get(Connection, :connection); end