| Package | Description |
|---|---|
| org.mule.runtime.core.component | |
| org.mule.runtime.core.internal.construct | |
| org.mule.runtime.core.lifecycle |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentLifecycleManager
The lifecycle manager responsible for managing lifecycle transitions for a Mule service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlowConstructLifecycleManager
The lifecycle manager responsible for managing lifecycle transitions for a Mule service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLifecycleManager<T extends org.mule.runtime.api.lifecycle.Lifecycle>
Default implementation of a
SimpleLifecycleManager it allows Lifecycle objects to manage their lifecycle
easily. |
class |
MuleContextLifecycleManager
This is a specialized class that extends
RegistryLifecycleManager and will invoke lifecycle on the registry instance
for the MuleContext. |
class |
RegistryBrokerLifecycleManager
Deprecated.
as of 3.7.0 since
RegistryBroker also is |
class |
RegistryLifecycleManager |
class |
SimpleLifecycleManager<O>
This
LifecycleManager implementation is designed to track the lifecycle of objects that implement any of the
Initialisable, Startable, Stoppable or Disposable interfaces. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.