Class RabbitMqMessageConsumer.QueueBindCommand
Inheritance
object
RabbitMqMessageConsumer.QueueBindCommand
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
protected class RabbitMqMessageConsumer.QueueBindCommand
Constructors
QueueBindCommand(QueueBindType, string)
Declaration
public QueueBindCommand(RabbitMqMessageConsumer.QueueBindType type, string routingKey)
Parameters
| Type | Name | Description |
|---|---|---|
| RabbitMqMessageConsumer.QueueBindType | type | |
| string | routingKey |
Properties
RoutingKey
Declaration
public string RoutingKey { get; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public RabbitMqMessageConsumer.QueueBindType Type { get; }
Property Value
| Type | Description |
|---|---|
| RabbitMqMessageConsumer.QueueBindType |