Package io.atleon.aws.sqs
Interface SqsMessageCreator<T>
-
- Type Parameters:
T- The (deserialized) type of body referenced by the resultingSqsMessage
- All Superinterfaces:
Function<T,SqsMessage<T>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SqsMessageCreator<T> extends Function<T,SqsMessage<T>>
Implementation of process to create anSqsMessagefrom a Message body payload