The cron expression (in UTC) to schedule the function on.
OptionalexclusiveWhether the scheduler should be exclusive. If set to true, the scheduler will not trigger if the previous scheduler is still running. Default: true.
OptionalidThe ID of the scheduler. Must be unique. If not provided the ID of the scheduler is constructed as 'ClassName:FunctionName'.
Options for the
@schedulerannotation.