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

com.hp.octane.integrations.services.ClosableService Maven / Gradle / Ivy

There is a newer version: 2.24.3.5
Show newest version
package com.hp.octane.integrations.services;

public interface ClosableService {

	/**
	 * Shuts down all executors
	 * - this method won't wait for executors termination
	 */
	void shutdown();

	boolean isShutdown();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy