public class ProcessingTimeInterceptor extends AbstractEnvelopeInterceptor implements InternalMessageProcessor
ReactiveProcessor.ProcessingTypeflowConstruct, logger, muleContext, next| Constructor and Description |
|---|
ProcessingTimeInterceptor() |
ProcessingTimeInterceptor(Processor next) |
| Modifier and Type | Method and Description |
|---|---|
Event |
after(Event event)
This method is invoked after the event has been processed, unless an exception was thrown
|
Event |
before(Event event)
This method is invoked before the event is processed
|
Event |
last(Event event,
ProcessingTime time,
long startTime,
boolean exceptionWasThrown)
This method is always invoked after the event has been processed,
|
processapply, processCatch, processFinally, processRequest, processRequest, processResponse, processResponseapplyNext, getListener, getMuleContext, isEventValid, processNext, setFlowConstruct, setListener, setMuleContext, toStringgetAnnotation, getAnnotations, getLocation, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetListenergetProcessingTypepublic ProcessingTimeInterceptor()
public ProcessingTimeInterceptor(Processor next)
public Event before(Event event) throws org.mule.runtime.api.exception.MuleException
AbstractEnvelopeInterceptorbefore in class AbstractEnvelopeInterceptororg.mule.runtime.api.exception.MuleExceptionpublic Event after(Event event) throws org.mule.runtime.api.exception.MuleException
AbstractEnvelopeInterceptorafter in class AbstractEnvelopeInterceptororg.mule.runtime.api.exception.MuleExceptionpublic Event last(Event event, ProcessingTime time, long startTime, boolean exceptionWasThrown) throws org.mule.runtime.api.exception.MuleException
AbstractEnvelopeInterceptorlast in class AbstractEnvelopeInterceptororg.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.