Table of Contents

Class ProducerOptions

Namespace
Steeltoe.Stream.Config
Assembly
Steeltoe.Stream.StreamBase.dll
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

string

ErrorChannelEnabled

public bool? ErrorChannelEnabled { get; set; }

Property Value

bool?

HeaderMode

public HeaderMode? HeaderMode { get; set; }

Property Value

HeaderMode?

IsPartitioned

public bool IsPartitioned { get; }

Property Value

bool

PartitionCount

public int PartitionCount { get; set; }

Property Value

int

PartitionKeyExpression

public string PartitionKeyExpression { get; set; }

Property Value

string

PartitionKeyExtractorName

public string PartitionKeyExtractorName { get; set; }

Property Value

string

PartitionSelectorExpression

public string PartitionSelectorExpression { get; set; }

Property Value

string

PartitionSelectorName

public string PartitionSelectorName { get; set; }

Property Value

string

RequiredGroups

public List<string> RequiredGroups { get; set; }

Property Value

List<string>

UseNativeEncoding

public bool? UseNativeEncoding { get; set; }

Property Value

bool?

Methods

Clone()

public IProducerOptions Clone()

Returns

IProducerOptions