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) |
getSimplifiedLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
protected 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 IoServiceFactoryFactory
protected CloseableExecutorService newExecutor()
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.