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.

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