- All Known Implementing Classes:
- Runner
public interface ShutdownInfo
Allows anyone to figure out if a shutdown has been triggered on an executor.
This is useful in case a thread missed a shutdown signal as it can die when it does a check on this interface.