parent
fc4ea16ba0
commit
6404440cbf
|
|
@ -73,7 +73,7 @@ public interface SmartLifecycle extends Lifecycle, Phased {
|
||||||
* the SmartLifecycle component does indeed stop.
|
* the SmartLifecycle component does indeed stop.
|
||||||
* <p>The {@code LifecycleProcessor} will call <i>only</i> this variant of the
|
* <p>The {@code LifecycleProcessor} will call <i>only</i> this variant of the
|
||||||
* {@code stop} method; i.e. {@link Lifecycle#stop()} will not be called for
|
* {@code stop} method; i.e. {@link Lifecycle#stop()} will not be called for
|
||||||
* {@link SmartLifecycle} implementations unless explicitly delegated to within the
|
* {@link SmartLifecycle} implementations unless explicitly delegated to within
|
||||||
* this method.
|
* this method.
|
||||||
*/
|
*/
|
||||||
void stop(Runnable callback);
|
void stop(Runnable callback);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue