| Interface | Description |
|---|---|
| IProbeController |
This Interface will be used for Gracefully shutdown the App by setting the readynessprobe to false while shutting down the app.
|
| Class | Description |
|---|---|
| GracefulShutdownAutoConfiguration |
This configuration will be conditional executed if the spring-boot-actuator
package is present.
|
| GracefulShutdownHealthCheck |
This HealthCheck register itself by Springboot Autoconfiguration
|
| GracefulshutdownSpringApplication |
Custom ESTA Spring Application Launcher which uses the
GracefulShutdownHook
to gracefully shutdown the SpringBootApp. |
Copyright © 2018. All rights reserved.