Modifier and Type | Required Element and Description |
---|---|
long |
period
Period between executions.
|
Modifier and Type | Optional Element and Description |
---|---|
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 and period.
|
public abstract Async.ScheduleType scheduleType
public abstract long initialDelay
public abstract TimeUnit unit
public abstract Async.InitialState initialState
Copyright © 2020. All Rights Reserved.