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

com.hubspot.singularity.runner.base.shared.SingularityDriver Maven / Gradle / Ivy

The newest version!
package com.hubspot.singularity.runner.base.shared;

public interface SingularityDriver {
  void startAndWait();

  void shutdown();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy