| Package | Description |
|---|---|
| net.bolbat.kit.orchestrator |
Call orchestration framework.
|
| net.bolbat.kit.orchestrator.impl |
Orchestrator implementation. |
| net.bolbat.kit.orchestrator.impl.executor |
ExecutorService support functionality. |
| Modifier and Type | Method and Description |
|---|---|
OrchestrationConfig.ExecutorConfig |
OrchestrationConfig.getExecutorConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrchestrationConfig.setExecutorConfig(OrchestrationConfig.ExecutorConfig aExecutorConfig) |
| Modifier and Type | Method and Description |
|---|---|
OrchestrationConfig.ExecutorConfig |
ExecutionInfo.getActualExecutorConfig()
Get 'actual'
OrchestrationConfig.ExecutorConfig.Based on current method and class configuration including annotation overriding rules. |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
ExecutionUtils.create(OrchestrationConfig.ExecutorConfig config,
Object... nameFormatArgs)
Create
ExecutorService. |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
SystemExecutorServiceFactory.create(OrchestrationConfig.ExecutorConfig config,
Object... nameFormatArgs) |
ExecutorService |
AsyncExecutorServiceFactory.create(OrchestrationConfig.ExecutorConfig config,
Object... nameFormatArgs) |
ExecutorService |
DefaultExecutorServiceFactory.create(OrchestrationConfig.ExecutorConfig config,
Object... nameFormatArgs) |
ExecutorService |
ExecutorServiceFactory.create(OrchestrationConfig.ExecutorConfig config,
Object... nameFormatArgs)
Create
ExecutorService instance. |
Copyright © 2013–2019 BB Corp. All rights reserved.