Class InstantiatingExecutorProvider.Builder (2.17.0)

public abstract static class InstantiatingExecutorProvider.Builder

Inheritance

java.lang.Object > InstantiatingExecutorProvider.Builder

Constructors

Builder()

public Builder()

Methods

build()

public abstract InstantiatingExecutorProvider build()
Returns
TypeDescription
InstantiatingExecutorProvider

getExecutorThreadCount()

public abstract int getExecutorThreadCount()
Returns
TypeDescription
int

getThreadFactory()

public abstract ThreadFactory getThreadFactory()
Returns
TypeDescription
ThreadFactory

setExecutorThreadCount(int value)

public abstract InstantiatingExecutorProvider.Builder setExecutorThreadCount(int value)
Parameter
NameDescription
valueint
Returns
TypeDescription
InstantiatingExecutorProvider.Builder

setThreadFactory(ThreadFactory value)

public abstract InstantiatingExecutorProvider.Builder setThreadFactory(ThreadFactory value)
Parameter
NameDescription
valueThreadFactory
Returns
TypeDescription
InstantiatingExecutorProvider.Builder