Class ShutdownReadinessListener

java.lang.Object
io.quarkus.smallrye.health.runtime.ShutdownReadinessListener
All Implemented Interfaces:
ShutdownListener

public class ShutdownReadinessListener extends Object implements ShutdownListener
listener that changes the readiness probe on pre-shutdown. Note that unless there is another preShutdown listener present this will generally have no real effect, as after pre-shutdown the HTTP endpoint will return service unavailable.