public abstract class UpdateConfig extends Object
| Constructor and Description |
|---|
UpdateConfig() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateConfig |
create(Long parallelism,
Long delay,
String failureAction) |
abstract Long |
delay() |
abstract String |
failureAction() |
abstract Long |
parallelism() |
Copyright © 2019. All rights reserved.