Interface IBindingOptions
Contains the configuration options for a binding
public interface IBindingOptions
Properties
Binder
string Binder { get; set; }
Property Value
Consumer
IConsumerOptions Consumer { get; }
Property Value
ContentType
string ContentType { get; set; }
Property Value
Destination
string Destination { get; set; }
Property Value
Group
string Group { get; set; }
Property Value
Producer
IProducerOptions Producer { get; }