All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nitorcreations.willow.deployer.launch.LaunchCallback Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
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