Module: TxghQueue::Backends::Null

Defined in:
lib/txgh-queue/backends/null.rb

Class Method Summary collapse

Class Method Details

.consumer_for(*args) ⇒ Object



12
13
14
# File 'lib/txgh-queue/backends/null.rb', line 12

def consumer_for(*args)
  raise BackendNotConfiguredError, 'No queue backend has been configured'
end

.producer_for(*args) ⇒ Object



8
9
10
# File 'lib/txgh-queue/backends/null.rb', line 8

def producer_for(*args)
  raise BackendNotConfiguredError, 'No queue backend has been configured'
end