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 void
SpringApplication.withHook
(SpringApplicationHook hook, Runnable action) Perform the given action with the givenSpringApplicationHook
attached if the action triggers anapplication run
.static <T> T
SpringApplication.withHook
(SpringApplicationHook hook, ThrowingSupplier<T> action) Perform the given action with the givenSpringApplicationHook
attached if the action triggers anapplication run
.