Table of Contents

Class ExchangeType

Namespace
Steeltoe.Messaging.RabbitMQ.Config
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public static class ExchangeType
Inheritance
ExchangeType
Inherited Members

Fields

DIRECT

public const string DIRECT = "direct"

Field Value

string

FANOUT

public const string FANOUT = "fanout"

Field Value

string

HEADERS

public const string HEADERS = "headers"

Field Value

string

SYSTEM

public const string SYSTEM = "system"

Field Value

string

TOPIC

public const string TOPIC = "topic"

Field Value

string