Packages

package domain

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. domain
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class RetryStrategy(retries: Int = 0, backoffDelay: FiniteDuration = Duration.Zero) extends Product with Serializable

    A retry strategy is defined by the amount of retries and backoff delay.

    A retry strategy is defined by the amount of retries and backoff delay.

    retries

    the number of times that an operation can be retried before actually returning a failed Task. it must be higher or equal than 0.

    backoffDelay

    delay after failure for the execution of a single DynamoDbOp.

Value Members

  1. final val DefaultRetryStrategy: RetryStrategy

Inherited from AnyRef

Inherited from Any

Ungrouped