| Modifier and Type | Required Element and Description |
|---|---|
long |
period
Period between executions.
|
| Modifier and Type | Optional Element and Description |
|---|---|
long |
healthyTtl
How long a healthy result is considered valid before being ignored.
|
long |
initialDelay
Initial delay of first execution.
|
Async.InitialState |
initialState
Initial health state until first asynchronous execution completes.
|
Async.ScheduleType |
scheduleType
Scheduling type of asynchronous executions.
|
TimeUnit |
unit
Time unit of initial delay, period and healthyTtl.
|
public abstract Async.ScheduleType scheduleType
public abstract long initialDelay
public abstract TimeUnit unit
public abstract Async.InitialState initialState
Copyright © 2021. All rights reserved.