Package io.vertigo.core.daemon
Annotation Type DaemonScheduled
-
@Target(METHOD) @Retention(RUNTIME) public @interface DaemonScheduled
Annotation for scheduling daemons.- Author:
- mlaroche
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
name
The name of the daemon being scheduled.int
periodInSeconds
The daemon execution period in seconds
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
analytics
If the deaemon from this method is monitored by an analytics tracer.
-
-
-
Element Detail
-
name
String name
The name of the daemon being scheduled.- Returns:
- name of daemon
-
-