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

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala

Attributes

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

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala

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

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala

Attributes

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

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala

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

Attributes

Inherited from:
RetryStrategy
Source
RetryStrategy.scala