Class: Hydra::Messages::Runner::Ping

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

Overview

Message a runner sends to a worker 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(worker, runner) ⇒ Object

:nodoc:



27
28
29
30
# File 'lib/hydra/message/runner_messages.rb', line 27

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