public class LazyServiceProxyApplicationDecorator extends LazyServiceProxy
LazyServiceProxy ment to be used in the context of a deployed application.
This subclass uses an alternate MethodInvoker while also ignores all lifecycle invocations.| Constructor and Description |
|---|
LazyServiceProxyApplicationDecorator(ServiceAssembly assembly,
ServiceRegistry serviceRegistry,
org.mule.runtime.api.util.LazyValue<org.mule.runtime.api.service.Service> service,
MethodInvoker methodInvoker) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
handleStart() |
protected Object |
handleStop() |
equals, forApplication, from, invoke, setMethodInvokerpublic LazyServiceProxyApplicationDecorator(ServiceAssembly assembly, ServiceRegistry serviceRegistry, org.mule.runtime.api.util.LazyValue<org.mule.runtime.api.service.Service> service, MethodInvoker methodInvoker)
protected Object handleStart()
handleStart in class LazyServiceProxyprotected Object handleStop()
handleStop in class LazyServiceProxyCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.