Class: __NAME__
- Inherits:
-
HotPotato::Worker
- Object
- HotPotato::Worker
- __NAME__
- Defined in:
- lib/hot_potato/templates/template_sink.rb,
lib/hot_potato/templates/template_faucet.rb,
lib/hot_potato/templates/template_worker.rb
Constant Summary
Constants included from HotPotato::AppTask
HotPotato::AppTask::HEARTBEAT_EXPIRE, HotPotato::AppTask::HEARTBEAT_INTERVAL, HotPotato::AppTask::MESSAGE_COUNT_EXPIRE
Constants included from HotPotato::Core
Instance Method Summary collapse
Methods inherited from HotPotato::Worker
Methods included from HotPotato::AppTask
#count_message_in, #count_message_out, #start_heartbeat_service
Methods included from HotPotato::Core
#acquire_lock, #config, #log, #queue_inject, #queue_subscribe, #release_lock, #set_logger, #stat
Instance Method Details
#perform(message) ⇒ Object
3 4 5 |
# File 'lib/hot_potato/templates/template_sink.rb', line 3 def perform() # TODO: Implement end |