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

[View source]

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

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