Table of Contents

Interface IBindingOptions

Namespace
Steeltoe.Stream.Config
Assembly
Steeltoe.Stream.Abstractions.dll

Contains the configuration options for a binding

[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IBindingOptions

Properties

Binder

string Binder { get; set; }

Property Value

string

Consumer

IConsumerOptions Consumer { get; }

Property Value

IConsumerOptions

ContentType

string ContentType { get; set; }

Property Value

string

Destination

string Destination { get; set; }

Property Value

string

Group

string Group { get; set; }

Property Value

string

Producer

IProducerOptions Producer { get; }

Property Value

IProducerOptions