akka.camel
Class Ack

java.lang.Object
  extended by akka.camel.Ack
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class Ack
extends java.lang.Object
implements scala.Product, scala.Serializable

Positive acknowledgement message (used for application-acknowledged message receipts). When autoAck is set to false in the Consumer, you can send an Ack to the sender of the CamelMessage.

See Also:
Serialized Form

Constructor Summary
Ack()
           
 
Method Summary
static Ack$ getInstance()
          Java API to get the Ack singleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Ack

public Ack()
Method Detail

getInstance

public static Ack$ getInstance()
Java API to get the Ack singleton