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
namestring
Properties
Name
public string Name { get; }