Table of Contents

Class RabbitHandlerAttribute

Namespace
Steeltoe.Messaging.RabbitMQ.Attributes
Assembly
Steeltoe.Messaging.RabbitMQ.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class RabbitHandlerAttribute : Attribute
Inheritance
RabbitHandlerAttribute
Inherited Members

Constructors

RabbitHandlerAttribute(bool)

public RabbitHandlerAttribute(bool isDefault = false)

Parameters

isDefault bool

Properties

IsDefault

public bool IsDefault { get; set; }

Property Value

bool