This Interface will be used for Gracefully shutdown the App by setting the readynessprobe to false while shutting down the app.
to set the Readyness Probe to false. Your REST Controller who serves the Readyness and Livenessprobe
needs to implement this interface. If you don't implement this interface, the actuator Healthcheck will set to false.