Interface SqsMessageCreator<T>

  • Type Parameters:
    T - The (deserialized) type of body referenced by the resulting SqsMessage
    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 an SqsMessage from a Message body payload