public interface LifecycleStateEnabled
FlowConstruct should
implement this interface so that the registry lifecycle manager can introspect the lifecycle state of an object. This allows
objects to have a different lifecycle state to the registry. Typically objects that have their own lifecycle manager can be
controlled externally through JMX which means there is no guarantee that the state of the object is in the same lifecycle state
of the registry, hence the need to introspect the lifecycle state of an object.| Modifier and Type | Method and Description |
|---|---|
LifecycleState |
getLifecycleState() |
LifecycleState getLifecycleState()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.