Interface IConsumerOptions
Common consumer configuration options
public interface IConsumerOptions
Properties
AutoStartup
bool AutoStartup { get; }
Property Value
BackOffInitialInterval
int BackOffInitialInterval { get; }
Property Value
BackOffMaxInterval
int BackOffMaxInterval { get; }
Property Value
BackOffMultiplier
double BackOffMultiplier { get; }
Property Value
BindingName
string BindingName { get; }
Property Value
Concurrency
int Concurrency { get; }
Property Value
DefaultRetryable
bool DefaultRetryable { get; }
Property Value
HeaderMode
HeaderMode HeaderMode { get; }
Property Value
InstanceCount
int InstanceCount { get; }
Property Value
InstanceIndex
int InstanceIndex { get; }
Property Value
InstanceIndexList
List<int> InstanceIndexList { get; }
Property Value
IsPartitioned
bool IsPartitioned { get; }
Property Value
MaxAttempts
int MaxAttempts { get; }
Property Value
Multiplex
bool Multiplex { get; }
Property Value
RetryableExceptions
List<string> RetryableExceptions { get; }
Property Value
UseNativeDecoding
bool UseNativeDecoding { get; }
Property Value
Methods
Clone()
IConsumerOptions Clone()