Class RabbitMqMessageConsumer.QueueBindCommand
Inheritance
System.Object
RabbitMqMessageConsumer.QueueBindCommand
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
protected class QueueBindCommand : object
Constructors
QueueBindCommand(RabbitMqMessageConsumer.QueueBindType, String)
Declaration
public QueueBindCommand(RabbitMqMessageConsumer.QueueBindType type, string routingKey)
Parameters
Properties
RoutingKey
Declaration
public string RoutingKey { get; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public RabbitMqMessageConsumer.QueueBindType Type { get; }
Property Value
Extension Methods