Class BindingOptions
Inheritance
System.Object
BindingOptions
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class BindingOptions : object, IBindingOptions
Constructors
|
Edit this page
View Source
BindingOptions()
Declaration
Fields
|
Edit this page
View Source
DEFAULT_CONTENT_TYPE
Declaration
public static readonly MimeType DEFAULT_CONTENT_TYPE
Field Value
Type |
Description |
MimeType |
|
Properties
|
Edit this page
View Source
Binder
Declaration
public string Binder { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Consumer
Declaration
public ConsumerOptions Consumer { get; set; }
Property Value
|
Edit this page
View Source
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Destination
Declaration
public string Destination { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Group
Declaration
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Producer
Declaration
public ProducerOptions Producer { get; set; }
Property Value
Explicit Interface Implementations
|
Edit this page
View Source
IBindingOptions.Consumer
Declaration
IConsumerOptions IBindingOptions.Consumer { get; }
Returns
|
Edit this page
View Source
IBindingOptions.Producer
Declaration
IProducerOptions IBindingOptions.Producer { get; }
Returns
Implements