Package pro.fessional.wings.tiny.task.schedule
See: Description
-
Annotation Summary Annotation Description Auto Adding to a SpringBean can be auto config by Wings at startup. TinyTasker A config file is recommended for all properties except `value`! Marks the execution method of the Task Bean. Note the following. - Methods without parameters can be registered and executed automatically. - Methods with parameters can only be registered and executed manually. - Polymorphism is not allowed, methods are located by name only (for simplicity and readability), and parameter lists are not used. - If there is a parameter, it must be of a specific type, stateless, and serializable (json by default). Annotation has a lower priority than property and a higher priority than default. The merged config is eventually saved to database, which manages the task with the id