Table of Contents

Class RabbitBinderOptions

Namespace
Steeltoe.Stream.Binder.Rabbit.Config
Assembly
Steeltoe.Stream.Binder.RabbitMQ.dll
public class RabbitBinderOptions
Inheritance
RabbitBinderOptions
Inherited Members

Constructors

RabbitBinderOptions()

public RabbitBinderOptions()

Fields

PREFIX

public const string PREFIX = "spring:cloud:stream:rabbit:binder"

Field Value

string

Properties

AdminAddresses

public List<string> AdminAddresses { get; set; }

Property Value

List<string>

CompressionLevel

public CompressionLevel CompressionLevel { get; set; }

Property Value

CompressionLevel

ConnectionNamePrefix

public string ConnectionNamePrefix { get; set; }

Property Value

string

Nodes

public List<string> Nodes { get; set; }

Property Value

List<string>