akka.camel
Class CamelMessage$

java.lang.Object
  extended by akka.camel.CamelMessage$
All Implemented Interfaces:
java.io.Serializable

public class CamelMessage$
extends java.lang.Object
implements scala.Serializable

Companion object of CamelMessage class.

See Also:
Serialized Form

Field Summary
static CamelMessage$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
CamelMessage$()
           
 
Method Summary
 java.lang.String MessageExchangeId()
          CamelMessage header to correlate request with response messages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

CamelMessage$

public CamelMessage$()
Method Detail

MessageExchangeId

public java.lang.String MessageExchangeId()
CamelMessage header to correlate request with response messages. Applications that send messages to a Producer actor may want to set this header on the request message so that it can be correlated with an asynchronous response. Messages send to Consumer actors have this header already set.