Class: Katello::Messaging::Connection
- Inherits:
-
Object
- Object
- Katello::Messaging::Connection
- Defined in:
- app/lib/katello/messaging/connection.rb
Class Method Summary collapse
Class Method Details
.create(connection_class:, settings:) ⇒ Object
4 5 6 |
# File 'app/lib/katello/messaging/connection.rb', line 4 def self.create(connection_class:, settings:) connection_class.new(settings: settings) end |