Interface IProducerOptions
Common producer configuration options
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public interface IProducerOptions
Properties
|
Edit this page
View Source
AutoStartup
Declaration
bool AutoStartup { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
BindingName
Declaration
string BindingName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ErrorChannelEnabled
Declaration
bool ErrorChannelEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
HeaderMode HeaderMode { get; }
Property Value
|
Edit this page
View Source
IsPartitioned
Declaration
bool IsPartitioned { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
PartitionCount
Declaration
int PartitionCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
PartitionKeyExpression
Declaration
string PartitionKeyExpression { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
string PartitionKeyExtractorName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
PartitionSelectorExpression
Declaration
string PartitionSelectorExpression { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
PartitionSelectorName
Declaration
string PartitionSelectorName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
RequiredGroups
Declaration
List<string> RequiredGroups { get; }
Property Value
Type |
Description |
List<System.String> |
|
|
Edit this page
View Source
UseNativeEncoding
Declaration
bool UseNativeEncoding { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
Clone()
Declaration
Returns