Class PublicationEvent

  • Direct Known Subclasses:
    DeadMessage, FilteredMessage

    public abstract class PublicationEvent
    extends java.lang.Object
    A wrapped event is created when various conditions are matched (these depend on the concrete (sub)type of wrapped event).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object relatedMessage  
    • Constructor Summary

      Constructors 
      Constructor Description
      PublicationEvent​(java.lang.Object message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getMessage()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • relatedMessage

        private java.lang.Object relatedMessage
    • Constructor Detail

      • PublicationEvent

        public PublicationEvent​(java.lang.Object message)
    • Method Detail

      • getMessage

        public java.lang.Object getMessage()