| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodsConfig.MethodsConfigBuilder |
MethodsConfig.builder() |
MethodsConfig.MethodsConfigBuilder |
MethodsConfig.MethodsConfigBuilder.customThreadPoolSizes(Map<String,Integer> customThreadPoolSizes)
Team ID -> thread pool size
|
MethodsConfig.MethodsConfigBuilder |
MethodsConfig.MethodsConfigBuilder.defaultThreadPoolSize(int defaultThreadPoolSize)
The default thread pool size used for asynchronous API method calls.
|
MethodsConfig.MethodsConfigBuilder |
MethodsConfig.MethodsConfigBuilder.executorName(String executorName)
If you need to have multiple executors in the same Slack app, name this accordingly.
|
MethodsConfig.MethodsConfigBuilder |
MethodsConfig.MethodsConfigBuilder.maxIdleMills(int maxIdleMills)
The max period to keep asynchronous API method calls idle.
|
MethodsConfig.MethodsConfigBuilder |
MethodsConfig.MethodsConfigBuilder.metricsDatastore(MetricsDatastore metricsDatastore)
The metrics datastore to track the traffic associated to this executor name.
|
MethodsConfig.MethodsConfigBuilder |
MethodsConfig.MethodsConfigBuilder.statsEnabled(boolean statsEnabled) |
Copyright © 2020. All rights reserved.