Class: Hydra::Messages::Worker::Ping
- Inherits:
-
Hydra::Message
- Object
- Hydra::Message
- Hydra::Messages::Worker::Ping
- Defined in:
- lib/hydra/message/worker_messages.rb
Overview
Message a worker sends to a master to verify the connection
Instance Method Summary collapse
-
#handle(master, worker) ⇒ Object
:nodoc:.
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:
45 46 47 48 |
# File 'lib/hydra/message/worker_messages.rb', line 45 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 |