public abstract static class InstantiatingExecutorProvider.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract InstantiatingExecutorProvider |
build() |
abstract int |
getExecutorThreadCount() |
abstract ThreadFactory |
getThreadFactory() |
abstract InstantiatingExecutorProvider.Builder |
setExecutorThreadCount(int value) |
abstract InstantiatingExecutorProvider.Builder |
setThreadFactory(ThreadFactory value) |
public abstract InstantiatingExecutorProvider.Builder setExecutorThreadCount(int value)
public abstract int getExecutorThreadCount()
public abstract InstantiatingExecutorProvider.Builder setThreadFactory(ThreadFactory value)
public abstract ThreadFactory getThreadFactory()
public abstract InstantiatingExecutorProvider build()