Package | Description |
---|---|
com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
com.slack.api.methods.impl | |
com.slack.api.methods.metrics.impl |
Modifier and Type | Method and Description |
---|---|
MetricsDatastore |
MethodsConfig.getMetricsDatastore()
The metrics datastore to track the traffic associated to this executor name.
|
Modifier and Type | Method and Description |
---|---|
MethodsConfig.MethodsConfigBuilder |
MethodsConfig.MethodsConfigBuilder.metricsDatastore(MetricsDatastore metricsDatastore)
The metrics datastore to track the traffic associated to this executor name.
|
void |
MethodsConfig.setMetricsDatastore(MetricsDatastore metricsDatastore)
The metrics datastore to track the traffic associated to this executor name.
|
Constructor and Description |
---|
MethodsConfig(boolean statsEnabled,
String executorName,
int maxIdleMills,
int defaultThreadPoolSize,
Map<String,Integer> customThreadPoolSizes,
MetricsDatastore metricsDatastore) |
Modifier and Type | Method and Description |
---|---|
MetricsDatastore |
AsyncMethodsRateLimiter.getMetricsDatastore() |
Modifier and Type | Class and Description |
---|---|
class |
MemoryMetricsDatastore |
class |
RedisMetricsDatastore |
Copyright © 2020. All rights reserved.