class M2R::ConnectionFactory::Options

Public Class Methods

new(sender_id, recv_addr, send_addr) click to toggle source

@param [String] recv_addr ZMQ connection address. This is the

send_spec option from Handler configuration in mongrel2.conf

@param [String] send_addr ZMQ connection address. This is the

recv_spec option from Handler configuration in mongrel2.conf
Calls superclass method
# File lib/m2r/connection_factory.rb, line 15
def initialize(sender_id, recv_addr, send_addr)
  super
end