| 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 |
| Modifier and Type | Method and Description |
|---|---|
MethodsConfig |
SlackConfig.getMethodsConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
SlackConfig.setMethodsConfig(MethodsConfig methodsConfig) |
| Modifier and Type | Field and Description |
|---|---|
static MethodsConfig |
MethodsConfig.DEFAULT_SINGLETON
The default configuration.
|
| Modifier and Type | Method and Description |
|---|---|
MethodsConfig |
MethodsConfig.MethodsConfigBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
ThreadPools.getDefault(MethodsConfig config) |
static AsyncRateLimitQueue |
AsyncRateLimitQueue.getOrCreate(MethodsConfig config,
String teamId) |
static ExecutorService |
ThreadPools.getOrCreate(MethodsConfig config,
String teamId) |
| Constructor and Description |
|---|
AsyncMethodsRateLimiter(MethodsConfig config) |
Copyright © 2020. All rights reserved.