public static class BootstrapTools.FixedThreadPoolExecutorConfiguration extends Object implements BootstrapTools.ActorSystemExecutorConfiguration
| Constructor and Description |
|---|
FixedThreadPoolExecutorConfiguration(int minNumThreads,
int maxNumThreads,
int threadPriority) |
| Modifier and Type | Method and Description |
|---|---|
com.typesafe.config.Config |
getAkkaConfig()
Create the executor
Config for the respective executor. |
int |
getMaxNumThreads() |
int |
getMinNumThreads() |
int |
getThreadPriority() |
public FixedThreadPoolExecutorConfiguration(int minNumThreads,
int maxNumThreads,
int threadPriority)
public int getMinNumThreads()
public int getMaxNumThreads()
public int getThreadPriority()
public com.typesafe.config.Config getAkkaConfig()
BootstrapTools.ActorSystemExecutorConfigurationConfig for the respective executor.getAkkaConfig in interface BootstrapTools.ActorSystemExecutorConfigurationCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.