Class AbstractSmartLifecycle

java.lang.Object
org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
All Implemented Interfaces:
Aware, ApplicationContextAware, Lifecycle, Phased, SmartLifecycle
Direct Known Subclasses:
ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer

public abstract class AbstractSmartLifecycle extends Object implements ApplicationContextAware, SmartLifecycle
AbstractSmartLifecycle is an abstract base class implementing the SpringSmartLifecycle interface to support custom implementations.
Since:
2.0.2
Author:
John Blum
See Also: