Method: AMQ::Client::Async::Adapter::ClassMethods#tcp_connection_failure_exception_class
- Defined in:
- lib/amq/client/async/adapter.rb
#tcp_connection_failure_exception_class ⇒ Class
Can be overriden by higher-level libraries like amqp gem or bunny. Defaults to AMQ::Client::TCPConnectionFailed.
168 169 170 |
# File 'lib/amq/client/async/adapter.rb', line 168 def tcp_connection_failure_exception_class @tcp_connection_failure_exception_class ||= AMQ::Client::TCPConnectionFailed end |