| Package | Description |
|---|---|
| io.serverlessworkflow.api.deserializers | |
| io.serverlessworkflow.api.end | |
| io.serverlessworkflow.api.serializers |
| Modifier and Type | Method and Description |
|---|---|
ContinueAs |
ContinueAsDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
ContinueAs |
End.getContinueAs()
End definition continue as
|
ContinueAs |
ContinueAs.withData(String data) |
ContinueAs |
ContinueAs.withVersion(String version) |
ContinueAs |
ContinueAs.withWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout) |
ContinueAs |
ContinueAs.withWorkflowId(String workflowId) |
| Modifier and Type | Method and Description |
|---|---|
void |
End.setContinueAs(ContinueAs continueAs)
End definition continue as
|
End |
End.withContinueAs(ContinueAs continueAs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContinueAsSerializer.serialize(ContinueAs continueAs,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Constructor and Description |
|---|
ContinueAsSerializer(Class<ContinueAs> t) |
Copyright © 2020–2023 CNCF. All rights reserved.