public interface Interceptor extends InterceptingMessageProcessor
Interceptor is based on a similar concept of servlet filters and works much the same way. This method is more
commonally known as the interceptor pattern and it allows for pre and processing of invocations on the object being
intercepted.ReactiveProcessor.ProcessingType| Modifier and Type | Method and Description |
|---|---|
Event |
process(Event event)
Invoked when the component should be called.
|
setListenergetProcessingTypeCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.