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

Field Summary
static Ack$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Ack$()
           
 
Method Summary
 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
 

Field Detail

MODULE$

public static final Ack$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Ack$

public Ack$()
Method Detail

getInstance

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