Provides the same interface as org.scanamo.Scanamo, except that it requires an Alpakka client and a org.scanamo.ops.retrypolicy.RetryPolicy.
Provides the same interface as org.scanamo.Scanamo, except that it requires an
Alpakka client and a org.scanamo.ops.retrypolicy.RetryPolicy.
retryPolicy defaults to org.scanamo.ops.retrypolicy.RetryPolicy.max with maximum 3 retries if not explicitly
provided. Moreover, the interface returns either a scala.concurrent.Future or akka.stream.scaladsl.Source
based on the kind of execution used.