Uses of Class
com.slack.api.methods.MethodsConfig
Packages that use MethodsConfig
Package
Description
The root package of all the libraries in this SDK.
Slack API Methods (also called as Web API) client.
-
Uses of MethodsConfig in com.slack.api
Methods in com.slack.api that return MethodsConfigMethods in com.slack.api with parameters of type MethodsConfig -
Uses of MethodsConfig in com.slack.api.methods
Fields in com.slack.api.methods declared as MethodsConfigModifier and TypeFieldDescriptionstatic final MethodsConfigMethodsConfig.DEFAULT_SINGLETONThe default configuration.Methods in com.slack.api.methods that return MethodsConfig -
Uses of MethodsConfig in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl with parameters of type MethodsConfigModifier and TypeMethodDescriptionstatic ExecutorServiceThreadPools.getDefault(MethodsConfig config) static AsyncRateLimitQueueAsyncRateLimitQueue.getOrCreate(MethodsConfig config, String teamId) static ExecutorServiceThreadPools.getOrCreate(MethodsConfig config, String teamId) static voidThreadPools.shutdownAll(MethodsConfig config) Constructors in com.slack.api.methods.impl with parameters of type MethodsConfig