Class: BunnyCarrot::Strategy::Block

Inherits:
Base
  • Object
show all
Defined in:
lib/bunny_carrot/strategy/block.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Logger

included, #logger

Constructor Details

This class inherits a constructor from BunnyCarrot::Strategy::Base

Instance Method Details

#performObject



4
5
6
7
# File 'lib/bunny_carrot/strategy/block.rb', line 4

def perform
  logger.info 'Blocking queue...'
  # Do nothing, block queue
end