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 ScheduleScheduleDeserializer. 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 ScheduleSchedule. withCron(Cron cron)ScheduleSchedule. withInterval(String interval)ScheduleSchedule. 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 voidScheduleSerializer. 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 ScheduleStart. getSchedule()Start state schedule definitionMethods in io.serverlessworkflow.api.start with parameters of type Schedule Modifier and Type Method Description voidStart. setSchedule(Schedule schedule)Start state schedule definitionStartStart. withSchedule(Schedule schedule)
-