Table of Contents

Class EventDrivenConsumerHandlerAttribute

Namespace
PatternKit.Generators.Messaging
Assembly
PatternKit.Generators.Abstractions.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class EventDrivenConsumerHandlerAttribute : Attribute
Inheritance
EventDrivenConsumerHandlerAttribute
Inherited Members

Constructors

EventDrivenConsumerHandlerAttribute(string)

public EventDrivenConsumerHandlerAttribute(string name)

Parameters

name string

Properties

Name

public string Name { get; }

Property Value

string