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

com.avaje.ebeaninternal.api.SpiBackgroundExecutor Maven / Gradle / Ivy

The newest version!
package com.avaje.ebeaninternal.api;

import com.avaje.ebean.BackgroundExecutor;

/**
 * Internal Extension to BackgroundExecutor with shutdown.
 */
public interface SpiBackgroundExecutor extends BackgroundExecutor {

	/**
	 * Shutdown any associated thread pools.
	 */
	public void shutdown();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy