Class HystrixRabbitMQServiceInfo
- Namespace
- Steeltoe.CloudFoundry.Connector.Services
- Assembly
- Steeltoe.CloudFoundry.ConnectorBase.dll
public class HystrixRabbitMQServiceInfo : ServiceInfo, IServiceInfo
- Inheritance
-
HystrixRabbitMQServiceInfo
- Implements
- Inherited Members
Constructors
HystrixRabbitMQServiceInfo(string, string, bool)
public HystrixRabbitMQServiceInfo(string id, string uri, bool sslEnabled)
Parameters
HystrixRabbitMQServiceInfo(string, string, List<string>, bool)
public HystrixRabbitMQServiceInfo(string id, string uri, List<string> uris, bool sslEnabled)
Parameters
Properties
Host
public string Host { get; }
Property Value
IsSslEnabled
public bool IsSslEnabled { get; }
Property Value
Password
public string Password { get; }
Property Value
Path
public string Path { get; }
Property Value
Port
public int Port { get; }
Property Value
Query
public string Query { get; }
Property Value
RabbitInfo
public RabbitMQServiceInfo RabbitInfo { get; }
Property Value
Scheme
public string Scheme { get; }
Property Value
Uri
public string Uri { get; }
Property Value
Uris
public List<string> Uris { get; }
Property Value
UserName
public string UserName { get; }