public abstract class AbstractIoServiceFactoryFactory extends AbstractLoggingBean implements IoServiceFactoryFactory
log| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIoServiceFactoryFactory(Factory<CloseableExecutorService> factory) |
| Modifier and Type | Method and Description |
|---|---|
Factory<CloseableExecutorService> |
getExecutorServiceFactory() |
protected CloseableExecutorService |
newExecutor() |
void |
setExecutorServiceFactory(Factory<CloseableExecutorService> factory) |
getSimplifiedLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateprotected AbstractIoServiceFactoryFactory(Factory<CloseableExecutorService> factory)
factory - The CloseableExecutorService factory to use for spawning threads.
If null then an internal service will be allocated.public Factory<CloseableExecutorService> getExecutorServiceFactory()
public void setExecutorServiceFactory(Factory<CloseableExecutorService> factory)
setExecutorServiceFactory in interface IoServiceFactoryFactoryprotected CloseableExecutorService newExecutor()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.