Class ProducerOptions
public class ProducerOptions : IProducerOptions
- Inheritance
-
ProducerOptions
- Implements
- Inherited Members
Constructors
ProducerOptions()
public ProducerOptions()
ProducerOptions(string)
public ProducerOptions(string bindingName)
Parameters
bindingName
string
Properties
AutoStartup
public bool? AutoStartup { get; set; }
Property Value
- bool?
BindingName
public string BindingName { get; set; }
Property Value
ErrorChannelEnabled
public bool? ErrorChannelEnabled { get; set; }
Property Value
- bool?
HeaderMode
public HeaderMode? HeaderMode { get; set; }
Property Value
IsPartitioned
public bool IsPartitioned { get; }
Property Value
PartitionCount
public int PartitionCount { get; set; }
Property Value
PartitionKeyExpression
public string PartitionKeyExpression { get; set; }
Property Value
PartitionKeyExtractorName
public string PartitionKeyExtractorName { get; set; }
Property Value
PartitionSelectorExpression
public string PartitionSelectorExpression { get; set; }
Property Value
PartitionSelectorName
public string PartitionSelectorName { get; set; }
Property Value
RequiredGroups
public List<string> RequiredGroups { get; set; }
Property Value
UseNativeEncoding
public bool? UseNativeEncoding { get; set; }
Property Value
- bool?
Methods
Clone()
public IProducerOptions Clone()