Uses of Class
io.serverlessworkflow.api.end.ContinueAs
-
Packages that use ContinueAs Package Description io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.end io.serverlessworkflow.api.serializers -
-
Uses of ContinueAs in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return ContinueAs Modifier and Type Method Description ContinueAs
ContinueAsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Uses of ContinueAs in io.serverlessworkflow.api.end
Methods in io.serverlessworkflow.api.end that return ContinueAs Modifier and Type Method Description ContinueAs
End. getContinueAs()
End definition continue asContinueAs
ContinueAs. withData(String data)
ContinueAs
ContinueAs. withVersion(String version)
ContinueAs
ContinueAs. withWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout)
ContinueAs
ContinueAs. withWorkflowId(String workflowId)
Methods in io.serverlessworkflow.api.end with parameters of type ContinueAs Modifier and Type Method Description void
End. setContinueAs(ContinueAs continueAs)
End definition continue asEnd
End. withContinueAs(ContinueAs continueAs)
-
Uses of ContinueAs in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type ContinueAs Modifier and Type Method Description void
ContinueAsSerializer. serialize(ContinueAs continueAs, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type ContinueAs Constructor Description ContinueAsSerializer(Class<ContinueAs> t)
-