Table of Contents

Interface IBindingOptions

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

Contains the configuration options for a binding

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