AmqpPool

class AmqpPool : GenericObjectPool!(AmqpConnection) {}

Constructors

this
this()
Undocumented in source.
this
this(string host, ushort port)
Undocumented in source.
this
this(AmqpClientOptions options)
Undocumented in source.

Meta