public class ProcessingTime extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
void |
addFlowExecutionBranchTime(long startTime)
Add the execution time for this branch to the flow construct's statistics
|
AtomicLong |
getAccumulator() |
static long |
getEffectiveTime(long time)
Convert processing time to effective processing time.
|
FlowConstructStatistics |
getStatistics() |
static ProcessingTime |
newInstance(MuleEvent event)
Create a ProcessingTime for the specified MuleSession.
|
public static ProcessingTime newInstance(MuleEvent event)
public void addFlowExecutionBranchTime(long startTime)
startTime
- time this branch startedpublic static long getEffectiveTime(long time)
public FlowConstructStatistics getStatistics()
public AtomicLong getAccumulator()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.