Packages

package sqs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class MessageToCommitNotFound[M](message: M) extends IllegalStateException with Product with Serializable
  2. class SqsConsumer[F[_], M] extends DefaultMessageConsumer[F, M] with SqsClient[F]

    Consumer implementation for AWS SQS.

  3. class SqsMessageHandlerServiceConfiguration[REQ] extends ServiceConfiguration
  4. class SqsProducer[F[_], M] extends MessageProducer[F, M] with SqsClient[F]

    Producer implementation for AWS SQS.

  5. case class SqsRequestResponseServiceConfiguration[REQ, RESP](serviceName: String, requestQueueName: String, responseQueueName: Option[String], cleanup: Boolean)(implicit evidence$1: Marshaller[REQ], evidence$2: Unmarshaller[REQ], evidence$3: Marshaller[RESP], evidence$4: Unmarshaller[RESP], responseMarshaller: Marshaller[Either[Throwable, RESP]], responseUnmarshaller: Unmarshaller[Either[Throwable, RESP]]) extends ServiceConfiguration with CatsUtils with Logging with Product with Serializable

Ungrouped