module Invoker module IPC class AddHttpCommand < BaseCommand def run_command(message_object) Invoker.dns_cache.add(message_object.process_name, message_object.port, message_object.ip) true end end end end