static Handler |
Handler.fromCommand(List<String> command) |
Defines a handler based on a command which is executed within the container.
|
static Handler |
Handler.fromHttpGet(String path) |
Defines a handler based on an HTTP GET request to the IP address of the container.
|
static Handler |
Handler.fromHttpGet(String path,
HandlerFromHttpGetOptions options) |
Defines a handler based on an HTTP GET request to the IP address of the container.
|
static Handler |
Handler.fromTcpSocket() |
Defines a handler based opening a connection to a TCP socket on the container.
|
static Handler |
Handler.fromTcpSocket(HandlerFromTcpSocketOptions options) |
Defines a handler based opening a connection to a TCP socket on the container.
|
default Handler |
ContainerLifecycle.getPostStart() |
This hook is executed immediately after a container is created.
|
Handler |
ContainerLifecycle.Jsii$Proxy.getPostStart() |
|
default Handler |
ContainerLifecycle.getPreStop() |
This hook is called immediately before a container is terminated due to an API request or management event such as a liveness/startup probe failure, preemption, resource contention and others.
|
Handler |
ContainerLifecycle.Jsii$Proxy.getPreStop() |
|