public static class InterceptorChain.Builder extends Object
InterceptorChain instances| Modifier and Type | Method and Description |
|---|---|
InterceptorChain.Builder |
addInterceptor(org.mule.runtime.extension.api.runtime.operation.Interceptor interceptor)
Adds the given
interceptor to the product chain. |
InterceptorChain |
build()
Builds and returns an
InterceptorChain |
public InterceptorChain.Builder addInterceptor(org.mule.runtime.extension.api.runtime.operation.Interceptor interceptor)
interceptor to the product chain. Interceptors will be executed in the order corresponding to
invocation of this methodinterceptor - the interceptor to addthis instancepublic InterceptorChain build()
InterceptorChainCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.