Table of Contents

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

id string
uri string
sslEnabled bool

HystrixRabbitMQServiceInfo(string, string, List<string>, bool)

public HystrixRabbitMQServiceInfo(string id, string uri, List<string> uris, bool sslEnabled)

Parameters

id string
uri string
uris List<string>
sslEnabled bool

Properties

Host

public string Host { get; }

Property Value

string

IsSslEnabled

public bool IsSslEnabled { get; }

Property Value

bool

Password

public string Password { get; }

Property Value

string

Path

public string Path { get; }

Property Value

string

Port

public int Port { get; }

Property Value

int

Query

public string Query { get; }

Property Value

string

RabbitInfo

public RabbitMQServiceInfo RabbitInfo { get; }

Property Value

RabbitMQServiceInfo

Scheme

public string Scheme { get; }

Property Value

string

Uri

public string Uri { get; }

Property Value

string

Uris

public List<string> Uris { get; }

Property Value

List<string>

UserName

public string UserName { get; }

Property Value

string