Class DurableSubscriberHandlerAttribute
- Namespace
- PatternKit.Generators.Messaging
- Assembly
- PatternKit.Generators.Abstractions.dll
Marks a static method as a generated durable subscriber handler.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class DurableSubscriberHandlerAttribute : Attribute
- Inheritance
-
DurableSubscriberHandlerAttribute
- Inherited Members
Constructors
DurableSubscriberHandlerAttribute(string)
public DurableSubscriberHandlerAttribute(string name)
Parameters
namestring
Properties
Name
public string Name { get; }