Table of Contents

Interface IMessageDecorator

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

A contract for message decorators

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