RetryAfterConfig

com.github.cloudfiles.core.http.RetryAfterExtension.RetryAfterConfig
case class RetryAfterConfig(minimumDelay: FiniteDuration)

A configuration class defining all the options supported by a RetryAfterExtension actor.

Value parameters

minimumDelay

the minimum delay when retrying a request

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product