@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Schedule
| Modifier and Type | Optional Element and Description |
|---|---|
int |
period
The period for broadcast (in second).
|
boolean |
resumeOnBroadcast
Resume all suspended response on the first broadcast operation.
|
int |
waitFor
The period before starting the broadcast (in second).
|
Copyright © 2022. All Rights Reserved.