[]
Defines the message processor interface.
public interface IMessageProcessor
Name | Description |
---|---|
PostProcess(ref Message) | Process the message after other processors. |
PreProcess(ref Message) | Process the message before other processors. |