package sqs
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class MessageToCommitNotFound[M](message: M) extends IllegalStateException with Product with Serializable
-
class
SqsConsumer[F[_], M] extends DefaultMessageConsumer[F, M] with SqsClient[F]
Consumer implementation for AWS SQS.
- class SqsMessageHandlerServiceConfiguration[REQ] extends ServiceConfiguration
-
class
SqsProducer[F[_], M] extends MessageProducer[F, M] with SqsClient[F]
Producer implementation for AWS SQS.
- 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
Value Members
- object SqsConsumer
- object SqsProducer
- object SqsServiceConfiguration