@FunctionalInterface public interface Lifecycle
| Modifier and Type | Method and Description |
|---|---|
default void |
postStart()
开始后
|
default void |
preStop()
预停止
|
void |
start()
开始
|
default void |
stop()
停止
|
Copyright © 2025. All rights reserved.