module Emque::Consuming::Helpers

Private Instance Methods

app() click to toggle source
# File lib/emque/consuming/helpers.rb, line 6
def app
  @app ||=
    Emque::Consuming.application.instance ||
    Emque::Consuming.application.new
end
config() click to toggle source
# File lib/emque/consuming/helpers.rb, line 12
def config
  Emque::Consuming.application.config
end
logger() click to toggle source
# File lib/emque/consuming/helpers.rb, line 16
def logger
  Emque::Consuming.application.logger
end
router() click to toggle source
# File lib/emque/consuming/helpers.rb, line 20
def router
  Emque::Consuming.application.router
end
runner() click to toggle source
# File lib/emque/consuming/helpers.rb, line 24
def runner
  Emque::Consuming.runner
end