Class RabbitOptions
- Namespace
- Steeltoe.Messaging.RabbitMQ.Config
- Assembly
- Steeltoe.Messaging.RabbitMQ.dll
public class RabbitOptions
- Inheritance
-
RabbitOptions
- Inherited Members
-
Constructors
RabbitOptions()
Fields
DEFAULT_HOST
public const string DEFAULT_HOST = "localhost"
Field Value
- string
DEFAULT_PASSWORD
public const string DEFAULT_PASSWORD = "guest"
Field Value
- string
DEFAULT_PORT
public const int DEFAULT_PORT = 5672
Field Value
- int
DEFAULT_USERNAME
public const string DEFAULT_USERNAME = "guest"
Field Value
- string
PREFIX
public const string PREFIX = "spring:rabbitmq"
Field Value
- string
Properties
Addresses
public string Addresses { get; set; }
Property Value
- string
Cache
public RabbitOptions.CacheOptions Cache { get; set; }
Property Value
- RabbitOptions.CacheOptions
ConnectionTimeout
public TimeSpan? ConnectionTimeout { get; set; }
Property Value
- TimeSpan?
Host
public string Host { get; set; }
Property Value
- string
Listener
public RabbitOptions.ListenerOptions Listener { get; set; }
Property Value
- RabbitOptions.ListenerOptions
Password
public string Password { get; set; }
Property Value
- string
Port
public int Port { get; set; }
Property Value
- int
PublisherConfirms
public bool PublisherConfirms { get; set; }
Property Value
- bool
PublisherReturns
public bool PublisherReturns { get; set; }
Property Value
- bool
RequestedHeartbeat
public TimeSpan? RequestedHeartbeat { get; set; }
Property Value
- TimeSpan?
Ssl
public RabbitOptions.SslOptions Ssl { get; set; }
Property Value
- RabbitOptions.SslOptions
Template
public RabbitOptions.TemplateOptions Template { get; set; }
Property Value
- RabbitOptions.TemplateOptions
Username
public string Username { get; set; }
Property Value
- string
VirtualHost
public string VirtualHost { get; set; }
Property Value
- string
Methods
DetermineAddresses()
public string DetermineAddresses()
Returns
- string
DetermineHost()
public string DetermineHost()
Returns
- string
DeterminePassword()
public string DeterminePassword()
Returns
- string
DeterminePort()
public int DeterminePort()
Returns
- int
DetermineSslEnabled()
public bool DetermineSslEnabled()
Returns
- bool
DetermineUsername()
public string DetermineUsername()
Returns
- string
DetermineVirtualHost()
public string DetermineVirtualHost()
Returns
- string