Class RabbitCommonOptions.QuorumConfig
Inheritance
System.Object
RabbitCommonOptions.QuorumConfig
Assembly: Steeltoe.Stream.Binder.RabbitMQ.dll
Syntax
public class QuorumConfig : object
Properties
|
Edit this page
View Source
DeliveryLimit
Declaration
public int? DeliveryLimit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
Enabled
Declaration
public bool? Enabled { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
InitialQuorumSize
Declaration
public int? InitialQuorumSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|