RetryStrategy

dev.tauri.choam.core.RetryStrategy
See theRetryStrategy companion class
object RetryStrategy

Attributes

Companion
class
Source
RetryStrategy.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed abstract class Spin extends RetryStrategy

Attributes

Source
RetryStrategy.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

final def cede(maxRetries: Option[Int], maxSpin: Int, randomizeSpin: Boolean, maxCede: Int, randomizeCede: Boolean): RetryStrategy

Attributes

Source
RetryStrategy.scala
final def sleep(maxRetries: Option[Int], maxSpin: Int, randomizeSpin: Boolean, maxCede: Int, randomizeCede: Boolean, maxSleep: FiniteDuration, randomizeSleep: Boolean): RetryStrategy

Attributes

Source
RetryStrategy.scala
final def spin(maxRetries: Option[Int], maxSpin: Int, randomizeSpin: Boolean): Spin

Attributes

Source
RetryStrategy.scala

Concrete fields

final val Default: Spin

Attributes

Source
RetryStrategy.scala

Implicits

Implicits

Attributes

Source
RetryStrategy.scala