Packages

p

org

scanamo

package scanamo

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scanamo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package ops

Type Members

  1. class ScanamoAlpakka extends AnyRef

    Provides the same interface as org.scanamo.Scanamo, except that it requires an Alpakka client, a org.scanamo.ops.retrypolicy.RetryPolicy and a predicate for which scala.Throwables should be retried.

    Provides the same interface as org.scanamo.Scanamo, except that it requires an Alpakka client, a org.scanamo.ops.retrypolicy.RetryPolicy and a predicate for which scala.Throwables should be retried. retryPolicy defaults to org.scanamo.ops.retrypolicy.RetryPolicy.max with maximum 3 retries if not explicitly provided. isRetryable defaults to retry the most common retryable Dynamo exceptions. Moreover, the interface returns either a scala.concurrent.Future or akka.stream.scaladsl.Source based on the kind of execution used.

Value Members

  1. object ScanamoAlpakka extends AlpakkaInstances

Inherited from AnyRef

Inherited from Any

Ungrouped