Interface PostIncomingMessageListener


public interface PostIncomingMessageListener

This interface is an extension point to take any action after a message has been received and successfully pushed to the central backlog.

Since:
10.0.42
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The method is called after the message has been received and successfully been pushed to the central backlog.
  • Method Details

    • postIncomingMessage

      void postIncomingMessage(PostIncomingMessageEvent postIncomingMessageEvent)
      The method is called after the message has been received and successfully been pushed to the central backlog.
      Parameters:
      postIncomingMessageEvent - The PostIncomingMessageEvent provides additional information about the incoming message, the backlog message and the Ticket
      Since:
      12.33