Package io.atleon.aws.sqs
Class ContextActivatingAloReceivedSqsMessageDecorator<T>
- java.lang.Object
-
- io.atleon.context.ContextActivatingAloDecorator<ReceivedSqsMessage<T>>
-
- io.atleon.aws.sqs.ContextActivatingAloReceivedSqsMessageDecorator<T>
-
- Type Parameters:
T- The types of (deserialized) body payloads referenced byReceivedSqsMessages
- All Implemented Interfaces:
AloReceivedSqsMessageDecorator<T>,io.atleon.core.AloDecorator<ReceivedSqsMessage<T>>,io.atleon.util.Configurable
public class ContextActivatingAloReceivedSqsMessageDecorator<T> extends io.atleon.context.ContextActivatingAloDecorator<ReceivedSqsMessage<T>> implements AloReceivedSqsMessageDecorator<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.atleon.core.AloDecorator
io.atleon.core.AloDecorator.Composite<T extends Object>
-
-
Field Summary
-
Fields inherited from interface io.atleon.aws.sqs.AloReceivedSqsMessageDecorator
QUEUE_URL_CONFIG
-
-
Constructor Summary
Constructors Constructor Description ContextActivatingAloReceivedSqsMessageDecorator()
-