Namespace Steeltoe.Messaging.Handler.Attributes
Classes
- DestinationVariableAttribute
Attribute that indicates a method parameter should be bound to a template variable in a destination template string. Supported on message handling methods such as those attributed with MessageMapping
- HeaderAttribute
Attribute which indicates that a method parameter should be bound to a message header.
- HeadersAttribute
Attribute which indicates that a method parameter should be bound to the headers of a message.
- MessageExceptionHandlerAttribute
Attribute for handling exceptions thrown from message-handling methods within a specific handler class.
- PayloadAttribute
Attribute that binds a method parameter to the payload of a message. Can also be used to associate a payload to a method invocation.
- SendToAttribute
Attribute that indicates a method's return value should be converted to a message if necessary and sent to the specified destination.