public interface ProcessorInterceptorFactory extends Supplier<ProcessorInterceptor>
ProcessorInterceptor instances.
Implementations may have fields annotated with @Inject, which will be resolved before attempting to
call Supplier.get().
| Modifier and Type | Method and Description |
|---|---|
default boolean |
intercept(ComponentLocation location)
Determines if a
ProcessorInterceptor shall be created by this factory to be applied to a component based on some of
its attributes. |
default boolean intercept(ComponentLocation location)
ProcessorInterceptor shall be created by this factory to be applied to a component based on some of
its attributes.location - the location and identification properties of the to-be intercepted component in the mule app configuration.true if this handler must be applied to the component with the provided parameters, false otherwise.Copyright © 2017 MuleSoft, Inc.. All rights reserved.