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)]
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class HeadersAttribute : Attribute
- Inheritance
-
HeadersAttribute
- Inherited Members
Constructors
HeadersAttribute()
Initializes a new instance of the HeadersAttribute class.
public HeadersAttribute()