public class DefaultComponentLifecycleAdapterFactory extends Object implements LifecycleAdapterFactory<JavaComponent>
DefaultComponentLifecycleAdapterFactory creates a DefaultComponentLifecycleAdapter. Users can implement their own
LifeCycleAdapter factories to control lifecycle events on their services such as introduce other lifecycle events that are
controlled by external changes.| Constructor and Description |
|---|
DefaultComponentLifecycleAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
LifecycleAdapter |
create(Object pojoService,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet resolver,
MuleContext muleContext) |
public DefaultComponentLifecycleAdapterFactory()
public LifecycleAdapter create(Object pojoService, JavaComponent component, FlowConstruct flowConstruct, EntryPointResolverSet resolver, MuleContext muleContext) throws org.mule.runtime.api.exception.MuleException
create in interface LifecycleAdapterFactory<JavaComponent>org.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.