Class RabbitBinderOptions
Inheritance
System.Object
RabbitBinderOptions
Assembly: Steeltoe.Stream.Binder.RabbitMQ.dll
Syntax
public class RabbitBinderOptions : object
Constructors
|
Edit this page
View Source
RabbitBinderOptions()
Declaration
public RabbitBinderOptions()
Fields
|
Edit this page
View Source
PREFIX
Declaration
public const string PREFIX = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
AdminAddresses
Declaration
public List<string> AdminAddresses { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Edit this page
View Source
CompressionLevel
Declaration
public CompressionLevel CompressionLevel { get; set; }
Property Value
Type |
Description |
CompressionLevel |
|
|
Edit this page
View Source
ConnectionNamePrefix
Declaration
public string ConnectionNamePrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Nodes
Declaration
public List<string> Nodes { get; set; }
Property Value
Type |
Description |
List<System.String> |
|