Method: MessageBus::Implementation#backend

Defined in:
lib/message_bus.rb

#backendSymbol

Returns the name of the backend implementation configured.

Returns:

  • (Symbol)

    the name of the backend implementation configured



321
322
323
# File 'lib/message_bus.rb', line 321

def backend
  @config[:backend] || :redis
end