Uses of Class
io.serverlessworkflow.api.workflow.Retries
-
Packages that use Retries Package Description io.serverlessworkflow.api io.serverlessworkflow.api.deserializers -
-
Uses of Retries in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return Retries Modifier and Type Method Description Retries
Workflow. getRetries()
Workflow retry definitionsMethods in io.serverlessworkflow.api with parameters of type Retries Modifier and Type Method Description void
Workflow. setRetries(Retries retries)
Workflow retry definitionsWorkflow
Workflow. withRetries(Retries retries)
-
Uses of Retries in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return Retries Modifier and Type Method Description Retries
RetriesDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-