akka.camel.internal.component
Class ActorEndpointPath$

java.lang.Object
  extended by akka.camel.internal.component.ActorEndpointPath$
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

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

INTERNAL API Companion of ActorEndpointPath

See Also:
Serialized Form

Field Summary
static ActorEndpointPath$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ActorEndpointPath$()
           
 
Method Summary
 ActorEndpointPath apply(ActorRef actorRef)
           
 ActorEndpointPath fromCamelPath(java.lang.String camelPath)
          Creates an ActorEndpointPath from the uri Expects the uri in the akka ActorPath format, i.e 'akka://system/user/someactor'.
 
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 ActorEndpointPath$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ActorEndpointPath$

public ActorEndpointPath$()
Method Detail

apply

public ActorEndpointPath apply(ActorRef actorRef)

fromCamelPath

public ActorEndpointPath fromCamelPath(java.lang.String camelPath)
Creates an ActorEndpointPath from the uri Expects the uri in the akka ActorPath format, i.e 'akka://system/user/someactor'. parameters can be optionally added to the actor path to indicate auto-acknowledgement and replyTimeout for a Consumer actor.

Parameters:
camelPath - (undocumented)
Returns:
(undocumented)