Class RabbitMqConsts.ExchangeTypes
Inheritance
object
RabbitMqConsts.ExchangeTypes
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public static class RabbitMqConsts.ExchangeTypes
Fields
Direct
Declaration
public const string Direct = "direct"
Field Value
| Type | Description |
|---|---|
| string |
Fanout
Declaration
public const string Fanout = "fanout"
Field Value
| Type | Description |
|---|---|
| string |
Headers
Declaration
public const string Headers = "headers"
Field Value
| Type | Description |
|---|---|
| string |
Topic
Declaration
public const string Topic = "topic"
Field Value
| Type | Description |
|---|---|
| string |