@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, propagateTostatic final BeforeContainerHook DO_NOTHING
void beforeContainer(ContainerLifecycleContext context) throws java.lang.Throwable
java.lang.Throwabledefault int compareTo(BeforeContainerHook other)
default int beforeContainerProximity()