Class HystrixRabbitMQServiceInfo
Inheritance
System.Object
HystrixRabbitMQServiceInfo
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public class HystrixRabbitMQServiceInfo : ServiceInfo, IServiceInfo
Constructors
|
Edit this page
View Source
HystrixRabbitMQServiceInfo(String, String, List<String>, Boolean)
Declaration
public HystrixRabbitMQServiceInfo(string id, string uri, List<string> uris, bool sslEnabled)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
uri |
|
List<System.String> |
uris |
|
System.Boolean |
sslEnabled |
|
|
Edit this page
View Source
HystrixRabbitMQServiceInfo(String, String, Boolean)
Declaration
public HystrixRabbitMQServiceInfo(string id, string uri, bool sslEnabled)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
uri |
|
System.Boolean |
sslEnabled |
|
Properties
|
Edit this page
View Source
Host
Declaration
public string Host { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsSslEnabled
Declaration
public bool IsSslEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Password
Declaration
public string Password { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Path
Declaration
public string Path { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Port
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Query
Declaration
public string Query { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
RabbitInfo
Declaration
public RabbitMQServiceInfo RabbitInfo { get; }
Property Value
|
Edit this page
View Source
Scheme
Declaration
public string Scheme { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Uri
Declaration
public string Uri { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Uris
Declaration
public List<string> Uris { get; }
Property Value
Type |
Description |
List<System.String> |
|
|
Edit this page
View Source
UserName
Declaration
public string UserName { get; }
Property Value
Type |
Description |
System.String |
|
Implements