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