class AMQProxy::Pool
- AMQProxy::Pool
- Reference
- Object
Defined in:
amqproxy/pool.crConstructors
Instance Method Summary
- #borrow(user : String, password : String, vhost : String, client : Client, & : Upstream -> _)
- #close
- #size : Int32
Constructor Detail
def self.new(host : String, port : Int32, tls : Bool, log : Logger, idle_connection_timeout : Int32)
#