Interface IMessagePostProcessor
A contract for processing a message after it has been created, either returning a modified(effectively new) message or returning the same.
Namespace: Steeltoe.Messaging.Core
Assembly: Steeltoe.Messaging.Abstractions.dll
Syntax
public interface IMessagePostProcessor
Methods
| Edit this page View SourcePostProcessMessage(IMessage)
Process the message
Declaration
IMessage PostProcessMessage(IMessage message)
Parameters
Type | Name | Description |
---|---|---|
IMessage | message | the messate to process |
Returns
Type | Description |
---|---|
IMessage | the result of post processing |