Class ComponentTimingLoggingListener

  • All Implemented Interfaces:
    org.ikasan.spec.flow.FlowInvocationContextListener

    public class ComponentTimingLoggingListener
    extends java.lang.Object
    implements org.ikasan.spec.flow.FlowInvocationContextListener
    Simple Listener that will log the FlowInvocationContext component timing statistics
    Author:
    Ikasan Development Team
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.slf4j.Logger logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void endFlow​(org.ikasan.spec.flow.FlowInvocationContext flowInvocationContext)  
      void snapEvent​(org.ikasan.spec.flow.FlowElement flowElement, org.ikasan.spec.flow.FlowEvent event)  
      • Methods inherited from class java.lang.Object

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

      • logger

        protected static org.slf4j.Logger logger
    • Constructor Detail

      • ComponentTimingLoggingListener

        public ComponentTimingLoggingListener()
    • Method Detail

      • endFlow

        public void endFlow​(org.ikasan.spec.flow.FlowInvocationContext flowInvocationContext)
        Specified by:
        endFlow in interface org.ikasan.spec.flow.FlowInvocationContextListener
      • snapEvent

        public void snapEvent​(org.ikasan.spec.flow.FlowElement flowElement,
                              org.ikasan.spec.flow.FlowEvent event)
        Specified by:
        snapEvent in interface org.ikasan.spec.flow.FlowInvocationContextListener