Class SystemEventLogger


  • public class SystemEventLogger
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemEventLogger​(org.ikasan.spec.systemevent.SystemEventService systemEventService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void logEvent​(java.lang.String subject, java.lang.String action, java.lang.String actor)  
      • Methods inherited from class java.lang.Object

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

      • SystemEventLogger

        public SystemEventLogger​(org.ikasan.spec.systemevent.SystemEventService systemEventService)
    • Method Detail

      • logEvent

        public void logEvent​(java.lang.String subject,
                             java.lang.String action,
                             java.lang.String actor)