All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.skyscreamer.nevado.jms.connector.SQSMessage Maven / Gradle / Ivy

package org.skyscreamer.nevado.jms.connector;

import java.util.Map;

/**
 * Abstraction of an SQS message.
 *
 * @author Carter Page 
 */
public interface SQSMessage {
    String getReceiptHandle();

    String getMessageBody();

    String getMessageId();

    Map getAttributes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy