RetryStrategy

dev.tauri.choam.core.RetryStrategy
See theRetryStrategy companion object
sealed abstract class RetryStrategy extends Product, Serializable

Attributes

Companion
object
Source
RetryStrategy.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Spin

Members list

Value members

Abstract methods

def maxCede: Int

Attributes

Source
RetryStrategy.scala
def maxRetries: Option[Int]

Attributes

Source
RetryStrategy.scala
def maxSleep: FiniteDuration

Attributes

Source
RetryStrategy.scala
def maxSpin: Int

Attributes

Source
RetryStrategy.scala
def randomizeCede: Boolean

Attributes

Source
RetryStrategy.scala
def randomizeSleep: Boolean

Attributes

Source
RetryStrategy.scala
def randomizeSpin: Boolean

Attributes

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

Attributes

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

Attributes

Source
RetryStrategy.scala
def withMaxRetries(maxRetries: Option[Int]): RetryStrategy

Attributes

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

Attributes

Source
RetryStrategy.scala
def withMaxSpin(maxSpin: Int): RetryStrategy

Attributes

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

Attributes

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

Attributes

Source
RetryStrategy.scala
def withRandomizeSpin(randomizeSpin: Boolean): RetryStrategy

Attributes

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

Attributes

Source
RetryStrategy.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
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