| Package | Description |
|---|---|
| io.serverlessworkflow.api.cron | |
| io.serverlessworkflow.api.deserializers | |
| io.serverlessworkflow.api.schedule | |
| io.serverlessworkflow.api.serializers |
| Modifier and Type | Method and Description |
|---|---|
Cron |
Cron.withExpression(String expression) |
Cron |
Cron.withValidUntil(String validUntil) |
| Modifier and Type | Method and Description |
|---|---|
Cron |
CronDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
Cron |
Schedule.getCron()
Schedule cron definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setCron(Cron cron)
Schedule cron definition
|
Schedule |
Schedule.withCron(Cron cron) |
| Modifier and Type | Method and Description |
|---|---|
void |
CronSerializer.serialize(Cron cron,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Constructor and Description |
|---|
CronSerializer(Class<Cron> t) |
Copyright © 2020–2023 CNCF. All rights reserved.