C# Class amp.rabbit.BaseConnectionFactory

Inheritance: IRabbitConnectionFactory
Exibir arquivo Open project: Berico-Technologies/AMP Class Usage Examples

Protected Properties

Property Type Description
_connections IConnection>.IDictionary
_log ILog

Public Methods

Method Description
ConfigureConnectionFactory ( ConnectionFactory factory, Exchange exchange ) : void
ConnectTo ( Exchange exchange ) : IConnection
Dispose ( ) : void

Protected Methods

Method Description
BaseConnectionFactory ( ) : System

Private Methods

Method Description
CreateConnection ( Exchange exchange ) : IConnection

Method Details

BaseConnectionFactory() protected method

protected BaseConnectionFactory ( ) : System
return System

ConfigureConnectionFactory() public method

public ConfigureConnectionFactory ( ConnectionFactory factory, Exchange exchange ) : void
factory RabbitMQ.Client.ConnectionFactory
exchange Exchange
return void

ConnectTo() public method

public ConnectTo ( Exchange exchange ) : IConnection
exchange Exchange
return IConnection

Dispose() public method

public Dispose ( ) : void
return void

Property Details

_connections protected_oe property

protected IDictionary _connections
return IConnection>.IDictionary

_log protected_oe property

protected ILog _log
return ILog