Table of Contents

Class RabbitBindingOptions

Namespace
Steeltoe.Stream.Binder.Rabbit.Config
Assembly
Steeltoe.Stream.Binder.RabbitMQ.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class RabbitBindingOptions
Inheritance
RabbitBindingOptions
Inherited Members

Properties

Consumer

public RabbitConsumerOptions Consumer { get; set; }

Property Value

RabbitConsumerOptions

Producer

public RabbitProducerOptions Producer { get; set; }

Property Value

RabbitProducerOptions