Uses of Class
com.slack.api.methods.MethodsConfig
| Package | Description |
|---|---|
| com.slack.api |
The root package of all the libraries in this SDK.
|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl |
-
Uses of MethodsConfig in com.slack.api
Methods in com.slack.api that return MethodsConfig Modifier and Type Method Description MethodsConfigSlackConfig. getMethodsConfig()Methods in com.slack.api with parameters of type MethodsConfig Modifier and Type Method Description voidSlackConfig. setMethodsConfig(MethodsConfig methodsConfig) -
Uses of MethodsConfig in com.slack.api.methods
Fields in com.slack.api.methods declared as MethodsConfig Modifier and Type Field Description static MethodsConfigMethodsConfig. DEFAULT_SINGLETONThe default configuration.Methods in com.slack.api.methods that return MethodsConfig Modifier and Type Method Description MethodsConfigMethodsConfig.MethodsConfigBuilder. build() -
Uses of MethodsConfig in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl with parameters of type MethodsConfig Modifier and Type Method Description static java.util.concurrent.ExecutorServiceThreadPools. getDefault(MethodsConfig config)static AsyncRateLimitQueueAsyncRateLimitQueue. getOrCreate(MethodsConfig config, java.lang.String teamId)static java.util.concurrent.ExecutorServiceThreadPools. getOrCreate(MethodsConfig config, java.lang.String teamId)Constructors in com.slack.api.methods.impl with parameters of type MethodsConfig Constructor Description AsyncMethodsRateLimiter(MethodsConfig config)MethodsWaitTimeCalculator(MethodsConfig config)