@API(status=EXPERIMENTAL, since="1.2.4") @FunctionalInterface public interface BeforeContainerHook extends LifecycleHook
Modifier and Type | Field and Description |
---|---|
static BeforeContainerHook |
DO_NOTHING |
Modifier and Type | Method and Description |
---|---|
void |
beforeContainer(ContainerLifecycleContext context) |
default int |
beforeContainerProximity() |
default int |
compareTo(BeforeContainerHook other) |
appliesTo, prepareFor, propagateTo
static final BeforeContainerHook DO_NOTHING
void beforeContainer(ContainerLifecycleContext context) throws java.lang.Throwable
java.lang.Throwable
default int compareTo(BeforeContainerHook other)
default int beforeContainerProximity()