C# Class amp.rabbit.BasicConnectionFactory

Inheritance: BaseConnectionFactory
Mostrar archivo Open project: Berico-Technologies/AMP

Protected Properties

Property Type Description
_password string
_username string

Public Methods

Method Description
BasicConnectionFactory ( string username = "guest", string password = "guest" ) : amp.rabbit.topology
ConfigureConnectionFactory ( ConnectionFactory factory, Exchange exchange ) : void

Method Details

BasicConnectionFactory() public method

public BasicConnectionFactory ( string username = "guest", string password = "guest" ) : amp.rabbit.topology
username string
password string
return amp.rabbit.topology

ConfigureConnectionFactory() public method

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

Property Details

_password protected_oe property

protected string _password
return string

_username protected_oe property

protected string _username
return string