Interface IRabbitMqConfiguration
Настройки подключения к брокеру сообщений RabbitMQ
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IRabbitMqConfiguration : IBrokerConfiguration, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
SslConfiguration
Текущая Ssl-конфигурация для настройки RabbitMQ
Declaration
ISslConfiguration SslConfiguration { get; }
Property Value
| Type | Description |
|---|---|
| ISslConfiguration |
UseSsl
Признак использования SSL
Declaration
bool UseSsl { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
VirtualHost
Виртуальный хост
Declaration
string VirtualHost { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
CheckConnection()
Проверка подключения
Declaration
bool CheckConnection()
Returns
| Type | Description |
|---|---|
| bool |
|