com.nummulus.amqp.driver

akka

package akka

Visibility
  1. Public
  2. All

Type Members

  1. case class Acknowledge(deliveryTag: Long) extends Product with Serializable

    Message acknowledging that a message from AMQP has been processed succesfully and can be removed from the queue.

  2. case class AmqpRequestMessage(body: String, deliveryTag: Long) extends Product with Serializable

    Represents a message from AMQP.

  3. case class AmqpResponseMessage(body: String, deliveryTag: Long = -1) extends Product with Serializable

    Represents a response message from a provider to a consumer.

Ungrouped