| Interface | Description |
|---|---|
| FlowInterceptor |
Provides a way to hook behavior around a
flow. |
| FlowInterceptorFactory |
Abstract Factory for creating
FlowInterceptor instances. |
| FlowInterceptorFactory.FlowInterceptorOrder | |
| InterceptionAction |
Allows the implementations of
around
and around to control the execution of the
interception chain. |
| InterceptionEvent |
Provides access to the attributes of the input event of a component and allows to mutate them.
|
| ProcessorInterceptor |
Provides a way to hook behavior around a component that is not a
SOURCE. |
| ProcessorInterceptorFactory |
Abstract Factory for creating
ProcessorInterceptor instances. |
| ProcessorInterceptorFactory.ProcessorInterceptorOrder | |
| ProcessorParameterValue |
Contains information about a single parameter of an intercepted component.
|
| SourceInterceptor |
Provides a way to hook behavior around a
SOURCE component. |
| SourceInterceptorFactory |
Abstract Factory for creating
SourceInterceptor instances. |
| SourceInterceptorFactory.SourceInterceptorOrder |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.