Interface IBindingOptions
Contains the configuration options for a binding
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public interface IBindingOptions
Properties
|
Edit this page
View Source
Binder
Declaration
string Binder { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Consumer
Declaration
IConsumerOptions Consumer { get; }
Property Value
|
Edit this page
View Source
ContentType
Declaration
string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Destination
Declaration
string Destination { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Group
Declaration
string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Producer
Declaration
IProducerOptions Producer { get; }
Property Value