| Package | Description |
|---|---|
| com.ebay.bascomtask.core |
| Modifier and Type | Field and Description |
|---|---|
protected TimeoutStrategy |
GlobalOrchestratorConfig.Config.timeoutStrategy |
| Modifier and Type | Method and Description |
|---|---|
TimeoutStrategy |
CommonConfig.getTimeoutStrategy()
Gets the current timeout strategy, default is
PREVENT_NEW. |
TimeoutStrategy |
Engine.getTimeoutStrategy() |
TimeoutStrategy |
GlobalOrchestratorConfig.Config.getTimeoutStrategy() |
static TimeoutStrategy |
TimeoutStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeoutStrategy[] |
TimeoutStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonConfig.setTimeoutStrategy(TimeoutStrategy strategy)
Sets the strategy to apply if a timeout greater than zero is in effect and is exceeded.
|
void |
Engine.setTimeoutStrategy(TimeoutStrategy strategy) |
void |
GlobalOrchestratorConfig.Config.setTimeoutStrategy(TimeoutStrategy strategy) |
Copyright © 2021. All rights reserved.