Class ExchangeType
public static class ExchangeType
- Inheritance
-
ExchangeType
- Inherited Members
Fields
DIRECT
public const string DIRECT = "direct"
Field Value
FANOUT
public const string FANOUT = "fanout"
Field Value
HEADERS
public const string HEADERS = "headers"
Field Value
SYSTEM
public const string SYSTEM = "system"
Field Value
TOPIC
public const string TOPIC = "topic"