@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, prepareFor, propagateTo
static final AfterContainerHook DO_NOTHING
void afterContainer(ContainerLifecycleContext context) throws java.lang.Throwable
java.lang.Throwable
default int compareTo(AfterContainerHook other)
default int afterContainerProximity()