Uses of Class
io.atleon.aws.sqs.AbstractSqsMessage
-
-
Uses of AbstractSqsMessage in io.atleon.aws.sqs
Subclasses of AbstractSqsMessage in io.atleon.aws.sqs Modifier and Type Class Description classComposedSqsMessage<T>A convenient implementation ofSqsMessagethat's composed of and built by all possible properties.classDeserializedSqsMessage<T>An inboundSqsMessagewhose body has been deserialized.classSqsReceiverMessageAnSqsMessagethat has been received and must have its deletion and visibility explicitly handled.classSqsSenderMessage<C>AnSqsMessagewith serialized String body that can be sent to SQS.
-