public class LifecycleFilterProxy<T> extends MetadataInvocationHandler<T>
Startable,
Stoppable and Disposable interfaces and will also prevent any dependency injection.| Modifier and Type | Method and Description |
|---|---|
static <T> T |
createLifecycleFilterProxy(T object)
Creates a proxy for the provided object instance.
|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
doInvoke, getImplementationDeclaredMethods, getProxiedObjectpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
Throwablepublic static <T> T createLifecycleFilterProxy(T object)
object - object to wrap. Non null.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.