Interface SmartLifecycleSupport

All Superinterfaces:
Lifecycle, Phased, SmartLifecycle
All Known Implementing Classes:
ClientRegionFactoryBean
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SmartLifecycleSupport extends SmartLifecycle
The SmartLifecycleSupport interface is an extension of Spring's SmartLifecycle interface providing default, convenient behavior for many of the lifecycle methods as well as a serving as a FunctionalInterface.
Since:
1.0.0
Author:
John Blum
See Also: