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

Attributes

Source
RetryStrategy.scala
def maxSpin: Int

Attributes

Source
RetryStrategy.scala

Attributes

Source
RetryStrategy.scala

Attributes

Source
RetryStrategy.scala

Attributes

Source
RetryStrategy.scala

Attributes

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

Attributes

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

Attributes

Source
RetryStrategy.scala

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

Attributes

Source
RetryStrategy.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product