Interface IMessagePostProcessor
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
IMessagethe messate to process
Returns
- IMessage
the result of post processing