public interface ThreadPoolExecutorFactory<T extends ExecutorService>
Modifier and Type | Method and Description |
---|---|
T |
createExecutor(ThreadFactory factory) |
default boolean |
createsNonBlockingThreads() |
void |
validate()
Validate parameters for the thread pool executor factory
|
T createExecutor(ThreadFactory factory)
void validate()
default boolean createsNonBlockingThreads()
Copyright © 2021 JBoss by Red Hat. All rights reserved.