Interface IConsumerOptions
Common consumer configuration options
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public interface IConsumerOptions
Properties
|
Edit this page
View Source
AutoStartup
Declaration
bool AutoStartup { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
BackOffInitialInterval
Declaration
int BackOffInitialInterval { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
BackOffMaxInterval
Declaration
int BackOffMaxInterval { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
BackOffMultiplier
Declaration
double BackOffMultiplier { get; }
Property Value
Type |
Description |
System.Double |
|
|
Edit this page
View Source
BindingName
Declaration
string BindingName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Concurrency
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
DefaultRetryable
Declaration
bool DefaultRetryable { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
HeaderMode HeaderMode { get; }
Property Value
|
Edit this page
View Source
InstanceCount
Declaration
int InstanceCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
InstanceIndex
Declaration
int InstanceIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
InstanceIndexList
Declaration
List<int> InstanceIndexList { get; }
Property Value
Type |
Description |
List<System.Int32> |
|
|
Edit this page
View Source
IsPartitioned
Declaration
bool IsPartitioned { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
MaxAttempts
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Multiplex
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
RetryableExceptions
Declaration
List<string> RetryableExceptions { get; }
Property Value
Type |
Description |
List<System.String> |
|
|
Edit this page
View Source
UseNativeDecoding
Declaration
bool UseNativeDecoding { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
Clone()
Declaration
Returns