com.nitorcreations.willow.deployer.launch.LaunchCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of willow-deployer Show documentation
Show all versions of willow-deployer Show documentation
Willow elastic cloud application deployer
package com.nitorcreations.willow.deployer.launch;
public interface LaunchCallback {
boolean autoRestartDefault();
void postStart() throws Exception;
void postStop() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy