@FunctionalInterface public interface Lifecycle
default void
postStart()
preStop()
void
start()
stop()
void start() throws Throwable
Throwable
default void postStart() throws Throwable
default void preStop() throws Throwable
default void stop() throws Throwable
Copyright © 2024. All rights reserved.