hunt-amqp-client ~master (2020-09-22T10:52:08Z)
Home
Dub
Repo
AmqpPool
hunt
amqp
client
AmqpPool
class
AmqpPool : GenericObjectPool!(AmqpConnection) {
this
();
this
(string host, ushort port);
this
(AmqpClientOptions options);
}
Constructors
this
this
()
Undocumented in source.
this
this
(string host, ushort port)
Undocumented in source.
this
this
(AmqpClientOptions options)
Undocumented in source.
Meta
Source
See Implementation
hunt
amqp
client
AmqpPool
classes
AmqpPool