@FunctionalInterface
public interface BootstrapListener
| Modifier and Type | Method and Description |
|---|---|
void |
beginBoot(Bootstrap bootstrap) |
default void |
beginEnv(Bootstrap bootstrap) |
default void |
beginSystemProperties(Bootstrap bootstrap) |
default void |
endBoot(Bootstrap bootstrap) |
default void |
endEnv(Bootstrap bootstrap) |
default void |
endSystemProperties(Bootstrap bootstrap) |
default void beginEnv(Bootstrap bootstrap)
default void endEnv(Bootstrap bootstrap)
default void beginSystemProperties(Bootstrap bootstrap)
default void endSystemProperties(Bootstrap bootstrap)
void beginBoot(Bootstrap bootstrap)
default void endBoot(Bootstrap bootstrap)