Class ProducerOptions
Inheritance
System.Object
ProducerOptions
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class ProducerOptions : object, IProducerOptions
Constructors
|
Edit this page
View Source
ProducerOptions()
Declaration
|
Edit this page
View Source
ProducerOptions(String)
Declaration
public ProducerOptions(string bindingName)
Parameters
Type |
Name |
Description |
System.String |
bindingName |
|
Properties
|
Edit this page
View Source
AutoStartup
Declaration
public bool? AutoStartup { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
BindingName
Declaration
public string BindingName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ErrorChannelEnabled
Declaration
public bool? ErrorChannelEnabled { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
Declaration
public HeaderMode? HeaderMode { get; set; }
Property Value
|
Edit this page
View Source
IsPartitioned
Declaration
public bool IsPartitioned { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
PartitionCount
Declaration
public int PartitionCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
PartitionKeyExpression
Declaration
public string PartitionKeyExpression { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
public string PartitionKeyExtractorName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
PartitionSelectorExpression
Declaration
public string PartitionSelectorExpression { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
PartitionSelectorName
Declaration
public string PartitionSelectorName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
RequiredGroups
Declaration
public List<string> RequiredGroups { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Edit this page
View Source
UseNativeEncoding
Declaration
public bool? UseNativeEncoding { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Methods
|
Edit this page
View Source
Clone()
Declaration
public IProducerOptions Clone()
Returns
Explicit Interface Implementations
|
Edit this page
View Source
IProducerOptions.AutoStartup
Declaration
bool IProducerOptions.AutoStartup { get; }
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IProducerOptions.ErrorChannelEnabled
Declaration
bool IProducerOptions.ErrorChannelEnabled { get; }
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
HeaderMode IProducerOptions.HeaderMode { get; }
Returns
|
Edit this page
View Source
IProducerOptions.UseNativeEncoding
Declaration
bool IProducerOptions.UseNativeEncoding { get; }
Returns
Type |
Description |
System.Boolean |
|
Implements