Uses of Class
io.serverlessworkflow.api.schedule.Schedule
-
Packages that use Schedule Package Description io.serverlessworkflow.api.schedule io.serverlessworkflow.api.start -
-
Uses of Schedule in io.serverlessworkflow.api.schedule
Methods in io.serverlessworkflow.api.schedule that return Schedule Modifier and Type Method Description Schedule
Schedule. withCron(Cron cron)
Schedule
Schedule. withDirectInvoke(Schedule.DirectInvoke directInvoke)
Schedule
Schedule. withInterval(String interval)
Schedule
Schedule. withTimezone(String timezone)
-
Uses of Schedule in io.serverlessworkflow.api.start
Methods in io.serverlessworkflow.api.start that return Schedule Modifier and Type Method Description Schedule
Start. getSchedule()
Start state schedule definitionMethods in io.serverlessworkflow.api.start with parameters of type Schedule Modifier and Type Method Description void
Start. setSchedule(Schedule schedule)
Start state schedule definitionStart
Start. withSchedule(Schedule schedule)
-