Interface GracefulShutdownCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A callback for the result of a graceful shutdown request.
- Since:
- 2.3.0
- Author:
- Andy Wilkinson
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Graceful shutdown has completed with the givenresult
.
-
Method Details
-
shutdownComplete
Graceful shutdown has completed with the givenresult
.- Parameters:
result
- the result of the shutdown
-