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

org.infinispan.executors.ScheduledExecutorFactory Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.executors;

import java.util.Properties;
import java.util.concurrent.ScheduledExecutorService;

/**
 * Used to configure and create scheduled executors
 *
 * @author Manik Surtani
 * @since 4.0
 */
public interface ScheduledExecutorFactory {
   ScheduledExecutorService getScheduledExecutor(Properties p);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy