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

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

There is a newer version: 1.3.2
Show newest version
package org.skyscreamer.nevado.jms.connector;

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

    String getMessageBody();

    String getMessageId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy