Class HeadersAttribute
- Namespace
- Steeltoe.Messaging.Handler.Attributes
- Assembly
- Steeltoe.Messaging.Abstractions.dll
Attribute which indicates that a method parameter should be bound to the headers of a message.
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
public class HeadersAttribute : Attribute
- Inheritance
-
HeadersAttribute
- Inherited Members
Constructors
HeadersAttribute()
Initializes a new instance of the HeadersAttribute class.
public HeadersAttribute()