Class: Invoker::IPC::Message::Reload
- Includes:
- Serialization
- Defined in:
- lib/invoker/ipc/message.rb
Instance Method Summary collapse
Methods included from Serialization
#as_json, #attributes, #encoded_message, #eql?, included, #message_attributes, #to_json
Methods inherited from Base
#command_handler_klass, #initialize, #message_type
Constructor Details
This class inherits a constructor from Invoker::IPC::Message::Base
Instance Method Details
#remove_message ⇒ Object
128 129 130 |
# File 'lib/invoker/ipc/message.rb', line 128 def Remove.new(process_name: process_name, signal: signal) end |