| Class | Description |
|---|---|
| AbstractEnvelopeInterceptor |
EnvelopeInterceptor is an intercepter that will fire before and after
an event is received. |
| InterceptorStack |
Maintains a list of interceptors that can be applied to components.
|
| LoggingInterceptor |
LoggingInterceptor is a simple interceptor that logs a message before
and after the event processing. |
| ProcessingTimeInterceptor |
Calculate and record the processing time for a message processing chain
|
| TimerInterceptor |
TimerInterceptor simply times and displays the time taken to process
an event. |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.