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 RetriesWorkflow. getRetries()Workflow retry definitionsMethods in io.serverlessworkflow.api with parameters of type Retries Modifier and Type Method Description voidWorkflow. setRetries(Retries retries)Workflow retry definitionsWorkflowWorkflow. 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 RetriesRetriesDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-