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