Package org.ikasan.flow.context
Class ComponentTimingLoggingListener
- java.lang.Object
-
- org.ikasan.flow.context.ComponentTimingLoggingListener
-
- All Implemented Interfaces:
org.ikasan.spec.flow.FlowInvocationContextListener
public class ComponentTimingLoggingListener extends java.lang.Object implements org.ikasan.spec.flow.FlowInvocationContextListenerSimple 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.Loggerlogger
-
Constructor Summary
Constructors Constructor Description ComponentTimingLoggingListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendFlow(org.ikasan.spec.flow.FlowInvocationContext flowInvocationContext)voidsnapEvent(org.ikasan.spec.flow.FlowElement flowElement, org.ikasan.spec.flow.FlowEvent event)
-
-
-
Method Detail
-
endFlow
public void endFlow(org.ikasan.spec.flow.FlowInvocationContext flowInvocationContext)
- Specified by:
endFlowin interfaceorg.ikasan.spec.flow.FlowInvocationContextListener
-
snapEvent
public void snapEvent(org.ikasan.spec.flow.FlowElement flowElement, org.ikasan.spec.flow.FlowEvent event)- Specified by:
snapEventin interfaceorg.ikasan.spec.flow.FlowInvocationContextListener
-
-