Class NoopNotificationAgent

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notify​(java.lang.String message, java.util.Map<java.lang.String,​java.lang.String> context)  
      • Methods inherited from class java.lang.Object

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

      • NoopNotificationAgent

        public NoopNotificationAgent()
    • Method Detail

      • notify

        public void notify​(java.lang.String message,
                           java.util.Map<java.lang.String,​java.lang.String> context)
        Specified by:
        notify in interface NotificationAgent