Uses of Enum Class
com.bluebell.greenhouse.platform.enums.job.JobIdempotencyPolicy
Packages that use JobIdempotencyPolicy
-
Uses of JobIdempotencyPolicy in com.bluebell.greenhouse.platform.enums.job
Subclasses with type arguments of type JobIdempotencyPolicy in com.bluebell.greenhouse.platform.enums.jobModifier and TypeClassDescriptionenumDeclares how safely a durable job definition can be repeated.Classes in com.bluebell.greenhouse.platform.enums.job that implement interfaces with type arguments of type JobIdempotencyPolicyModifier and TypeClassDescriptionenumDeclares how safely a durable job definition can be repeated.Methods in com.bluebell.greenhouse.platform.enums.job that return JobIdempotencyPolicyModifier and TypeMethodDescriptionstatic JobIdempotencyPolicyReturns the enum constant of this class with the specified name.static JobIdempotencyPolicy[]JobIdempotencyPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JobIdempotencyPolicy in com.bluebell.greenhouse.platform.models.core.nonentities.job
Methods in com.bluebell.greenhouse.platform.models.core.nonentities.job that return JobIdempotencyPolicyModifier and TypeMethodDescriptionJobDefinition.idempotencyPolicy()Returns the value of theidempotencyPolicyrecord component.Constructors in com.bluebell.greenhouse.platform.models.core.nonentities.job with parameters of type JobIdempotencyPolicyModifierConstructorDescriptionJobDefinition(JobDefinitionKey<T> key, String displayName, int version, int maximumAttempts, Duration initialBackoff, Duration maximumBackoff, double jitter, int timeoutSeconds, Duration minimumRerunInterval, JobConcurrencyPolicy concurrencyPolicy, JobIdempotencyPolicy idempotencyPolicy, Set<String> retryableFailureKinds, Function<T, List<JobActionPlan>> actionFactory) Creates an instance of aJobDefinitionrecord class.