| Package | Description |
|---|---|
| io.serverlessworkflow.api.deserializers | |
| io.serverlessworkflow.api.schedule | |
| io.serverlessworkflow.api.serializers | |
| io.serverlessworkflow.api.start |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
ScheduleDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.withCron(Cron cron) |
Schedule |
Schedule.withInterval(String interval) |
Schedule |
Schedule.withTimezone(String timezone) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduleSerializer.serialize(Schedule schedule,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Constructor and Description |
|---|
ScheduleSerializer(Class<Schedule> t) |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Start.getSchedule()
Start state schedule definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
Start.setSchedule(Schedule schedule)
Start state schedule definition
|
Start |
Start.withSchedule(Schedule schedule) |
Copyright © 2020–2023 CNCF. All rights reserved.