Interface IncomingMessageAnalyzer


  • public interface IncomingMessageAnalyzer

    This interface is an extension point to analyze an IncomingMessage after the message has been received but before it is pushed to the central backlog.
    The result of an analysis contains several types of AnalyzerDecisions.
    The extension point is also able to cancel the message processing by throwing an exception.

    Since:
    11.15
    See Also:
    CorePlugin