Packages

package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package localstack
  2. package logging
  3. package producer

Type Members

  1. class CloudWatchClient[F[_]] extends AnyRef

    Wrapper class for the CloudWatchAsyncClient, returning F as Async results (instead of CompletableFuture)

    Wrapper class for the CloudWatchAsyncClient, returning F as Async results (instead of CompletableFuture)

    Unlike the KinesisClient, this class ONLY supports methods that are required for operations in kinesis4cats. This library is not committed to providing full wrappers for DynamoDb

  2. class DynamoClient[F[_]] extends AnyRef

    Wrapper class for the DynamoDbAsyncClient, returning F as Async results (instead of CompletableFuture)

    Wrapper class for the DynamoDbAsyncClient, returning F as Async results (instead of CompletableFuture)

    Unlike the KinesisClient, this class ONLY supports methods that are required for operations in kinesis4cats. This library is not committed to providing full wrappers for DynamoDb

  3. class KinesisClient[F[_]] extends AnyRef

    Wrapper class for the KinesisAsyncClient, returning F as Async results (instead of CompletableFuture)

Value Members

  1. object CloudWatchClient
  2. object DynamoClient
  3. object KinesisClient

Ungrouped