Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package javadsl
  2. package scaladsl

Type Members

  1. trait AWSClientMetricsProvider extends AnyRef

    Service Provider Interface for injecting AWS SDK MetricPublisher into the underlying DynamoDB client (see https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/metrics-list.html).

    Service Provider Interface for injecting AWS SDK MetricPublisher into the underlying DynamoDB client (see https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/metrics-list.html).

    Implementations must include a single constructor with one argument: an akka.actor.ClassicActorSystemProvider. To setup your implementation, add a setting to your 'application.conf':

    akka.persistence.dynamodb.client.metrics-providers += com.myexample.MyAWSMetricsProvider
    Annotations
    @ApiMayChange()
  2. class ClientProvider extends Extension
  3. final class IndexSettings extends AnyRef

    Index settings for CreateTables utilities.

  4. final class OnDemandThroughputSettings extends ThroughputSettings

    On-demand throughput settings.

  5. final class ProvisionedThroughputSettings extends ThroughputSettings

    Provisioned throughput settings.

  6. final class TableSettings extends AnyRef

    Table settings for CreateTables utilities.

  7. sealed trait ThroughputSettings extends AnyRef

Ungrouped