Class RabbitMQServiceInfo
Inheritance
System.Object
RabbitMQServiceInfo
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public class RabbitMQServiceInfo : UriServiceInfo, IServiceInfo
Constructors
|
Edit this page
View Source
RabbitMQServiceInfo(String, String)
Declaration
public RabbitMQServiceInfo(string id, string uri)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
uri |
|
|
Edit this page
View Source
RabbitMQServiceInfo(String, String, Int32, String, String, String)
Declaration
public RabbitMQServiceInfo(string id, string host, int port, string username, string password, string virtualHost)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
host |
|
System.Int32 |
port |
|
System.String |
username |
|
System.String |
password |
|
System.String |
virtualHost |
|
|
Edit this page
View Source
RabbitMQServiceInfo(String, String, Int32, String, String, String, String)
Declaration
public RabbitMQServiceInfo(string id, string host, int port, string username, string password, string virtualHost, string managementUri)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
host |
|
System.Int32 |
port |
|
System.String |
username |
|
System.String |
password |
|
System.String |
virtualHost |
|
System.String |
managementUri |
|
|
Edit this page
View Source
RabbitMQServiceInfo(String, String, String)
Declaration
public RabbitMQServiceInfo(string id, string uri, string managementUri)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
uri |
|
System.String |
managementUri |
|
|
Edit this page
View Source
RabbitMQServiceInfo(String, String, String, List<String>, List<String>)
Declaration
public RabbitMQServiceInfo(string id, string uri, string managementUri, List<string> uris, List<string> managementUris)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
uri |
|
System.String |
managementUri |
|
List<System.String> |
uris |
|
List<System.String> |
managementUris |
|
Fields
|
Edit this page
View Source
AMQP_SCHEME
Declaration
public const string AMQP_SCHEME = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
AMQPS_SCHEME
Declaration
public const string AMQPS_SCHEME = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
ManagementUri
Declaration
public string ManagementUri { get; protected set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ManagementUris
Declaration
public List<string> ManagementUris { get; protected set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Edit this page
View Source
Uris
Declaration
public List<string> Uris { get; protected set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Edit this page
View Source
VirtualHost
Declaration
public string VirtualHost { get; }
Property Value
Type |
Description |
System.String |
|
Implements