Table of Contents

Interface IMessageDecorator

Namespace
Steeltoe.Integration.Support
Assembly
Steeltoe.Integration.Abstractions.dll

A contract for message decorators

[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IMessageDecorator

Methods

DecorateMessage(IMessage)

Process the incoming message and return the decorated result

IMessage DecorateMessage(IMessage message)

Parameters

message IMessage

the message to process

Returns

IMessage

the resulting message