Class MessagePublication

  • All Implemented Interfaces:
    IMessagePublication

    public class MessagePublication
    extends java.lang.Object
    implements IMessagePublication
    A message publication is created for each asynchronous message dispatch. It reflects the state of the corresponding message publication process, i.e. provides information whether the publication was successfully scheduled, is currently running etc.

    A message publication lives within a single thread. It is not designed in a thread-safe manner -> not eligible to be used in multiple threads simultaneously .