Package com.slack.api.scim2
Class SCIM2Config.SCIM2ConfigBuilder
java.lang.Object
com.slack.api.scim2.SCIM2Config.SCIM2ConfigBuilder
- Enclosing class:
- SCIM2Config
-
Method Summary
Modifier and TypeMethodDescriptionbuild()customThreadPoolSizes(Map<String, Integer> customThreadPoolSizes) Enterprise ID -> thread pool sizedefaultThreadPoolSize(int defaultThreadPoolSize) The default thread pool size used for asynchronous API method calls.executorName(String executorName) If you need to have multiple executors in the same Slack app, name this accordingly.executorServiceProvider(ExecutorServiceProvider executorServiceProvider) maxIdleMills(int maxIdleMills) The max period to keep asynchronous API method calls idle.metricsDatastore(MetricsDatastore metricsDatastore) The metrics datastore to track the traffic associated to this executor name.statsEnabled(boolean statsEnabled) toString()
-
Method Details
-
statsEnabled
- Returns:
this.
-
executorName
If you need to have multiple executors in the same Slack app, name this accordingly.- Returns:
this.
-
maxIdleMills
The max period to keep asynchronous API method calls idle.- Returns:
this.
-
defaultThreadPoolSize
The default thread pool size used for asynchronous API method calls.- Returns:
this.
-
executorServiceProvider
public SCIM2Config.SCIM2ConfigBuilder executorServiceProvider(ExecutorServiceProvider executorServiceProvider) - Returns:
this.
-
customThreadPoolSizes
public SCIM2Config.SCIM2ConfigBuilder customThreadPoolSizes(Map<String, Integer> customThreadPoolSizes) Enterprise ID -> thread pool size- Returns:
this.
-
metricsDatastore
The metrics datastore to track the traffic associated to this executor name.- Returns:
this.
-
build
-
toString
-