Class FilteredMessage


  • public final class FilteredMessage
    extends PublicationEvent
    A filtered message event is published when there have been matching subscriptions for a given message publication but configured filters prevented the message from being delivered to any of the handlers.
    • Constructor Summary

      Constructors 
      Constructor Description
      FilteredMessage​(java.lang.Object event)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FilteredMessage

        public FilteredMessage​(java.lang.Object event)