Spin

dev.tauri.choam.core.RetryStrategy.Spin
sealed abstract class Spin extends RetryStrategy

Attributes

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

Members list

Value members

Abstract methods

override def withMaxRetries(maxRetries: Option[Int]): Spin

Attributes

Definition Classes
Source
RetryStrategy.scala
override def withMaxSpin(maxSpin: Int): Spin

Attributes

Definition Classes
Source
RetryStrategy.scala
override def withRandomizeSpin(randomizeSpin: Boolean): Spin

Attributes

Definition Classes
Source
RetryStrategy.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def maxCede: Int

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala
def maxRetries: Option[Int]

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala
def maxSleep: FiniteDuration

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala
def maxSpin: Int

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def randomizeCede: Boolean

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala
def randomizeSleep: Boolean

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala
def randomizeSpin: Boolean

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala
def withCede(cede: Boolean): RetryStrategy

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala
def withMaxCede(maxCede: Int): RetryStrategy

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala
def withMaxSleep(maxSleep: FiniteDuration): RetryStrategy

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala
def withRandomizeCede(randomizeCede: Boolean): RetryStrategy

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala
def withRandomizeSleep(randomizeSleep: Boolean): RetryStrategy

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala
def withSleep(sleep: Boolean): RetryStrategy

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala