Packages

package sqs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class SqsConsumer[F[_], M] extends DefaultMessageConsumer[F, M] with CatsUtils with Logging

    Consumer implementation for AWS SQS.

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

    Producer implementation for AWS SQS.

  4. 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