Class ExchangeType
Inheritance
System.Object
ExchangeType
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public static class ExchangeType : object
Fields
|
Edit this page
View Source
DIRECT
Declaration
public const string DIRECT = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
FANOUT
Declaration
public const string FANOUT = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
public const string HEADERS = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
SYSTEM
Declaration
public const string SYSTEM = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
TOPIC
Declaration
public const string TOPIC = null
Field Value
Type |
Description |
System.String |
|