C# Class amp.rabbit.BaseConnectionFactory

Inheritance: IRabbitConnectionFactory
Afficher le fichier Open project: Berico-Technologies/AMP Class Usage Examples

Protected Properties

Свойство Type Description
_connections IConnection>.IDictionary
_log ILog

Méthodes publiques

Méthode Description
ConfigureConnectionFactory ( ConnectionFactory factory, Exchange exchange ) : void
ConnectTo ( Exchange exchange ) : IConnection
Dispose ( ) : void

Méthodes protégées

Méthode Description
BaseConnectionFactory ( ) : System

Private Methods

Méthode Description
CreateConnection ( Exchange exchange ) : IConnection

Method Details

BaseConnectionFactory() protected méthode

protected BaseConnectionFactory ( ) : System
Résultat System

ConfigureConnectionFactory() public méthode

public ConfigureConnectionFactory ( ConnectionFactory factory, Exchange exchange ) : void
factory RabbitMQ.Client.ConnectionFactory
exchange Exchange
Résultat void

ConnectTo() public méthode

public ConnectTo ( Exchange exchange ) : IConnection
exchange Exchange
Résultat IConnection

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

_connections protected_oe property

protected IDictionary _connections
Résultat IConnection>.IDictionary

_log protected_oe property

protected ILog _log
Résultat ILog