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

com.slack.api.util.thread.ExecutorServiceFactory Maven / Gradle / Ivy

package com.slack.api.util.thread;

import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;

// Use ExecutorServiceProvider interface instead
@Deprecated
public class ExecutorServiceFactory extends DaemonThreadExecutorServiceFactory {

    private ExecutorServiceFactory() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy