Class: Hydra::Messages::Worker::Ping

Inherits:
Hydra::Message show all
Defined in:
lib/hydra/message/worker_messages.rb

Overview

Message a worker sends to a master to verify the connection

Instance Method Summary collapse

Methods inherited from Hydra::Message

build, #initialize, #serialize

Constructor Details

This class inherits a constructor from Hydra::Message

Instance Method Details

#handle(master, worker) ⇒ Object

:nodoc:



40
41
42
43
# File 'lib/hydra/message/worker_messages.rb', line 40

def handle(master, worker) #:nodoc:
  # We don't do anything to handle a ping. It's just to test
  # the connectivity of the IO
end