Interface IProducerOptions
Common producer configuration options
public interface IProducerOptions
Properties
AutoStartup
bool AutoStartup { get; }
Property Value
BindingName
string BindingName { get; }
Property Value
ErrorChannelEnabled
bool ErrorChannelEnabled { get; }
Property Value
HeaderMode
HeaderMode HeaderMode { get; }
Property Value
IsPartitioned
bool IsPartitioned { get; }
Property Value
PartitionCount
int PartitionCount { get; }
Property Value
PartitionKeyExpression
string PartitionKeyExpression { get; }
Property Value
PartitionKeyExtractorName
string PartitionKeyExtractorName { get; }
Property Value
PartitionSelectorExpression
string PartitionSelectorExpression { get; }
Property Value
PartitionSelectorName
string PartitionSelectorName { get; }
Property Value
RequiredGroups
List<string> RequiredGroups { get; }
Property Value
UseNativeEncoding
bool UseNativeEncoding { get; }
Property Value
Methods
Clone()
IProducerOptions Clone()