Method: QueueMap::Consumer#stop

Defined in:
lib/queue_map/consumer.rb

#stopObject

Raises:

  • (RuntimeError)


89
90
91
# File 'lib/queue_map/consumer.rb', line 89

def stop
  raise RuntimeError, "Called stop on Consumer without strategy"
end