- rel - Variable in class de.otto.edison.jobs.controller.Link
-
- removeIfStopped(URI) - Method in class de.otto.edison.jobs.repository.inmem.InMemJobRepository
-
- removeIfStopped(URI) - Method in interface de.otto.edison.jobs.repository.JobRepository
-
- representationOf(JobDefinition, String) - Static method in class de.otto.edison.jobs.controller.JobDefinitionRepresentation
-
- representationOf(JobInfo, boolean, String) - Static method in class de.otto.edison.jobs.controller.JobRepresentation
-
- retries - Variable in class de.otto.edison.jobs.controller.JobDefinitionRepresentation
-
- retries() - Method in class de.otto.edison.jobs.definition.DefaultJobDefinition
-
Number of retries when starting a job is failing for some reason.
- retries() - Method in interface de.otto.edison.jobs.definition.JobDefinition
-
Number of retries when starting a job is failing for some reason.
- retryableCronJobDefinition(String, String, String, String, int, Duration, Optional<Duration>) - Static method in class de.otto.edison.jobs.definition.DefaultJobDefinition
-
Create a JobDefinition that is using a cron expression to specify, when and how often the job should be triggered.
- retryableFixedDelayJobDefinition(String, String, String, Duration, int, Optional<Duration>, Optional<Duration>) - Static method in class de.otto.edison.jobs.definition.DefaultJobDefinition
-
Create a JobDefinition that is using fixed delays specify, when and how often the job should be triggered.
- retryDelay - Variable in class de.otto.edison.jobs.controller.JobDefinitionRepresentation
-
- retryDelay() - Method in class de.otto.edison.jobs.definition.DefaultJobDefinition
-
The duration after that a retry should be scheduled.
- retryDelay() - Method in interface de.otto.edison.jobs.definition.JobDefinition
-
The duration after that a retry should be scheduled.