Class RabbitOptions
Inheritance
System.Object
RabbitOptions
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class RabbitOptions : object
Constructors
|
Edit this page
View Source
RabbitOptions()
Declaration
Fields
|
Edit this page
View Source
DEFAULT_HOST
Declaration
public const string DEFAULT_HOST = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DEFAULT_PASSWORD
Declaration
public const string DEFAULT_PASSWORD = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DEFAULT_PORT
Declaration
public const int DEFAULT_PORT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
DEFAULT_USERNAME
Declaration
public const string DEFAULT_USERNAME = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
PREFIX
Declaration
public const string PREFIX = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
Addresses
Declaration
public string Addresses { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Cache
Declaration
public RabbitOptions.CacheOptions Cache { get; set; }
Property Value
|
Edit this page
View Source
ConnectionTimeout
Declaration
public TimeSpan? ConnectionTimeout { get; set; }
Property Value
Type |
Description |
System.Nullable<TimeSpan> |
|
|
Edit this page
View Source
Host
Declaration
public string Host { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Listener
Declaration
public RabbitOptions.ListenerOptions Listener { get; set; }
Property Value
|
Edit this page
View Source
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Port
Declaration
public int Port { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
PublisherConfirms
Declaration
public bool PublisherConfirms { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
PublisherReturns
Declaration
public bool PublisherReturns { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
RequestedHeartbeat
Declaration
public TimeSpan? RequestedHeartbeat { get; set; }
Property Value
Type |
Description |
System.Nullable<TimeSpan> |
|
|
Edit this page
View Source
Ssl
Declaration
public RabbitOptions.SslOptions Ssl { get; set; }
Property Value
|
Edit this page
View Source
Template
Declaration
public RabbitOptions.TemplateOptions Template { get; set; }
Property Value
|
Edit this page
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
VirtualHost
Declaration
public string VirtualHost { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
DetermineAddresses()
Declaration
public string DetermineAddresses()
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
DetermineHost()
Declaration
public string DetermineHost()
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
DeterminePassword()
Declaration
public string DeterminePassword()
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
DeterminePort()
Declaration
public int DeterminePort()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
DetermineSslEnabled()
Declaration
public bool DetermineSslEnabled()
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
DetermineUsername()
Declaration
public string DetermineUsername()
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
DetermineVirtualHost()
Declaration
public string DetermineVirtualHost()
Returns
Type |
Description |
System.String |
|