public class DefaultExecutorServiceFactory extends Object implements ExecutorServiceFactory
ExecutorServiceFactory default implementation.ExecutorService instance based on given arguments.| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
create(OrchestrationConfig.ExecutorConfig config,
Object... nameFormatArgs)
Create
ExecutorService instance. |
static DefaultExecutorServiceFactory |
getInstance()
Get
DefaultExecutorServiceFactory instance. |
public ExecutorService create(OrchestrationConfig.ExecutorConfig config, Object... nameFormatArgs)
ExecutorServiceFactoryExecutorService instance.create in interface ExecutorServiceFactoryconfig - OrchestrationConfig.ExecutorConfignameFormatArgs - thread name format argumentsExecutorServicepublic static DefaultExecutorServiceFactory getInstance()
DefaultExecutorServiceFactory instance.DefaultExecutorServiceFactoryCopyright © 2013–2019 BB Corp. All rights reserved.