public interface InterceptableModel
List of InterceptorFactoryInterceptable| Modifier and Type | Method and Description |
|---|---|
List<InterceptorFactory> |
getInterceptorFactories()
Returns a
List which items are InterceptorFactory instances
that are to be used to provision the interceptors for the
configurations created from this model. |
List<InterceptorFactory> getInterceptorFactories()
List which items are InterceptorFactory instances
that are to be used to provision the interceptors for the
configurations created from this model.
The order of the factories in the list will be the same as the order of the resulting
interceptors. However, just like it's explained in the
Interceptable interface, the order is not guaranteed to be respected although
it should be expressed anyway.
List. Can be empty but must never be nullCopyright © 2016 MuleSoft, Inc.. All rights reserved.