| Package | Description |
|---|---|
| org.mule.runtime.core.component | |
| org.mule.runtime.core.interceptor |
| Modifier and Type | Field and Description |
|---|---|
protected List<Interceptor> |
AbstractComponent.interceptors |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor> |
AbstractComponent.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractComponent.setInterceptors(List<Interceptor> interceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEnvelopeInterceptor
EnvelopeInterceptor is an intercepter that will fire before and after an event is received. |
class |
InterceptorStack
Maintains a list of interceptors that can be applied to components.
|
class |
LoggingInterceptor
LoggingInterceptor is a simple interceptor that logs a message before and after the event processing. |
class |
ProcessingTimeInterceptor
Calculate and record the processing time for a message processing chain
|
class |
TimerInterceptor
TimerInterceptor simply times and displays the time taken to process an event. |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor> |
InterceptorStack.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorStack.setInterceptors(List<Interceptor> interceptors) |
| Constructor and Description |
|---|
InterceptorStack(List<Interceptor> interceptors) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.