Uses of Class
io.serverlessworkflow.api.schedule.Schedule
-
Packages that use Schedule Package Description io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.schedule io.serverlessworkflow.api.serializers io.serverlessworkflow.api.start -
-
Uses of Schedule in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return Schedule Modifier and Type Method Description Schedule
ScheduleDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
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. withInterval(String interval)
Schedule
Schedule. withTimezone(String timezone)
-
Uses of Schedule in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type Schedule Modifier and Type Method Description void
ScheduleSerializer. serialize(Schedule schedule, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type Schedule Constructor Description ScheduleSerializer(Class<Schedule> t)
-
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)
-