Class ThreadPools

java.lang.Object
com.slack.api.methods.impl.ThreadPools

public class ThreadPools
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static java.util.concurrent.ExecutorService getDefault​(MethodsConfig config)  
    static java.util.concurrent.ExecutorService getOrCreate​(MethodsConfig config, java.lang.String teamId)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details