public class ActorEndpointPath
extends java.lang.Object
implements scala.Product, scala.Serializable
ActorRef
param: actorPath the String representation of the path to the actorModifier and Type | Method and Description |
---|---|
java.lang.String |
actorPath() |
static ActorEndpointPath |
apply(akka.actor.ActorRef actorRef) |
scala.Option<akka.actor.ActorRef> |
findActorIn(akka.actor.ActorSystem system) |
static 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'. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static ActorEndpointPath apply(akka.actor.ActorRef actorRef)
public static ActorEndpointPath fromCamelPath(java.lang.String camelPath)
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.camelPath
- (undocumented)public java.lang.String actorPath()
public scala.Option<akka.actor.ActorRef> findActorIn(akka.actor.ActorSystem system)