Show / Hide Table of Contents

Class RabbitMqMessageConsumer.QueueBindCommand

Inheritance
System.Object
RabbitMqMessageConsumer.QueueBindCommand
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
protected class QueueBindCommand : object

Constructors

QueueBindCommand(RabbitMqMessageConsumer.QueueBindType, String)

Declaration
public QueueBindCommand(RabbitMqMessageConsumer.QueueBindType type, string routingKey)
Parameters
Type Name Description
RabbitMqMessageConsumer.QueueBindType type
System.String routingKey

Properties

RoutingKey

Declaration
public string RoutingKey { get; }
Property Value
Type Description
System.String

Type

Declaration
public RabbitMqMessageConsumer.QueueBindType Type { get; }
Property Value
Type Description
RabbitMqMessageConsumer.QueueBindType

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft