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

org.elasticmq.MessageOperations.scala Maven / Gradle / Ivy

The newest version!
package org.elasticmq

trait MessageOperations {
  def updateVisibilityTimeout(newVisibilityTimeout: MillisVisibilityTimeout): Message
  def fetchStatistics(): MessageStatistics
  def delete()

  /**
   * Retrieves the current state of the message form the server.
   */
  def fetchMessage(): Message
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy