Interface IIxBrokerMessageEvent

All Superinterfaces:
IWorkflowEvent

public interface IIxBrokerMessageEvent extends IWorkflowEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the message that is associated with this event.
    Get the topic this event originated from.
  • Method Details

    • getTopic

      String getTopic()
      Get the topic this event originated from.
      Returns:
      The topic this event originated from.
    • getMessage

      Object getMessage()
      Get the message that is associated with this event.
      Returns:
      The message that is associated with this event.