public abstract class ContainerLifecycleEvent extends Event<ContainerContext>
Event that occurs in the lifetime of the container.| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerLifecycleEvent.Start
An
ContainerLifecycleEvent that occurs when the container starts. |
static class |
ContainerLifecycleEvent.Stop
An
ContainerLifecycleEvent that occurs when the container stops. |
Copyright © 2019. All Rights Reserved.