Table of Contents

Interface IMessagePostProcessor

Namespace
Steeltoe.Messaging.Core
Assembly
Steeltoe.Messaging.Abstractions.dll

A contract for processing a message after it has been created, either returning a modified(effectively new) message or returning the same.

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

Methods

PostProcessMessage(IMessage)

Process the message

IMessage PostProcessMessage(IMessage message)

Parameters

message IMessage

the messate to process

Returns

IMessage

the result of post processing