@API(status=EXPERIMENTAL,
since="1.2.4")
public interface AfterContainerHook
extends LifecycleHook
| Modifier and Type | Field and Description |
|---|---|
static AfterContainerHook |
DO_NOTHING |
| Modifier and Type | Method and Description |
|---|---|
void |
afterContainer(ContainerLifecycleContext context) |
default int |
afterContainerProximity() |
default int |
compareTo(AfterContainerHook other) |
appliesTo, propagateTostatic final AfterContainerHook DO_NOTHING
void afterContainer(ContainerLifecycleContext context) throws java.lang.Throwable
java.lang.Throwabledefault int compareTo(AfterContainerHook other)
default int afterContainerProximity()