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