Async::Container::SupervisorSourceAsyncContainerSupervisorConnectionCall

class Call

Definitions

attr :connection

Signature

attribute Connection

The connection that initiated the call.

attr :message

Signature

attribute Hash

The message that initiated the call.

def close

The call was never completed and the connection itself was closed.

Implementation

def close
	@queue.close
end