Method: MessageBus::Implementation#backend
- Defined in:
- lib/message_bus.rb
#backend ⇒ Symbol
Returns the name of the backend implementation configured.
321 322 323 |
# File 'lib/message_bus.rb', line 321 def backend @config[:backend] || :redis end |