public class DefaultProcessingTimeWatcher extends Object implements ProcessingTimeWatcher, MuleContextAware
| Constructor and Description |
|---|
DefaultProcessingTimeWatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProcessingTime(ProcessingTime processingTime)
Adds a new instance to watch
|
void |
setMuleContext(MuleContext muleContext) |
void |
start() |
void |
stop() |
public void addProcessingTime(ProcessingTime processingTime)
ProcessingTimeWatcheraddProcessingTime in interface ProcessingTimeWatcherprocessingTime - instance to add. Non nullpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void setMuleContext(MuleContext muleContext)
setMuleContext in interface MuleContextAwaremuleContext - the Mule node.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.