Uses of Interface
org.springframework.boot.SpringApplicationHook
Packages that use SpringApplicationHook
-
Uses of SpringApplicationHook in org.springframework.boot
Methods in org.springframework.boot with parameters of type SpringApplicationHookModifier and TypeMethodDescriptionstatic voidSpringApplication.withHook(SpringApplicationHook hook, Runnable action) Perform the given action with the givenSpringApplicationHookattached if the action triggers anapplication run.static <T> TSpringApplication.withHook(SpringApplicationHook hook, ThrowingSupplier<T> action) Perform the given action with the givenSpringApplicationHookattached if the action triggers anapplication run.