Class InstantiatingExecutorProvider.Builder (2.48.1)

public abstract static class InstantiatingExecutorProvider.Builder

Inheritance

java.lang.Object > InstantiatingExecutorProvider.Builder

Constructors

Builder()

public Builder()

Methods

build()

public abstract InstantiatingExecutorProvider build()
Returns
Type Description
InstantiatingExecutorProvider

getExecutorThreadCount()

public abstract int getExecutorThreadCount()
Returns
Type Description
int

getThreadFactory()

public abstract ThreadFactory getThreadFactory()
Returns
Type Description
ThreadFactory

setExecutorThreadCount(int value)

public abstract InstantiatingExecutorProvider.Builder setExecutorThreadCount(int value)
Parameter
Name Description
value int
Returns
Type Description
InstantiatingExecutorProvider.Builder

setThreadFactory(ThreadFactory value)

public abstract InstantiatingExecutorProvider.Builder setThreadFactory(ThreadFactory value)
Parameter
Name Description
value ThreadFactory
Returns
Type Description
InstantiatingExecutorProvider.Builder