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

io.harness.cf.client.connector.Service Maven / Gradle / Ivy

The newest version!
package io.harness.cf.client.connector;

public interface Service {
  void start() throws InterruptedException, ConnectorException;

  void stop() throws InterruptedException;

  void close() throws InterruptedException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy