
com.findwise.hydra.ShutdownHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hydra-core Show documentation
Show all versions of hydra-core Show documentation
Hydra Core - The main runnable artifact of Hydra
The newest version!
package com.findwise.hydra;
public interface ShutdownHandler {
public boolean isShuttingDown();
public void shutdown();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy