Table of Contents

Class HystrixProviderConnectorOptions

Namespace
Steeltoe.CloudFoundry.Connector.Hystrix
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public class HystrixProviderConnectorOptions : AbstractServiceConnectorOptions
Inheritance
HystrixProviderConnectorOptions
Inherited Members

Constructors

HystrixProviderConnectorOptions()

public HystrixProviderConnectorOptions()

HystrixProviderConnectorOptions(IConfiguration)

public HystrixProviderConnectorOptions(IConfiguration config)

Parameters

config IConfiguration

Fields

Default_Port

public const int Default_Port = 5672

Field Value

int

Default_SSLPort

public const int Default_SSLPort = 5671

Field Value

int

Default_SSLScheme

public const string Default_SSLScheme = "amqps"

Field Value

string

Default_Scheme

public const string Default_Scheme = "amqp"

Field Value

string

Default_Server

public const string Default_Server = "127.0.0.1"

Field Value

string

Properties

Password

public string Password { get; set; }

Property Value

string

Port

public int Port { get; set; }

Property Value

int

Server

public string Server { get; set; }

Property Value

string

SslEnabled

public bool SslEnabled { get; set; }

Property Value

bool

SslPort

public int SslPort { get; set; }

Property Value

int

Uri

public string Uri { get; set; }

Property Value

string

Username

public string Username { get; set; }

Property Value

string

VirtualHost

public string VirtualHost { get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string