public class ActorEndpointPath$
extends java.lang.Object
implements scala.Product, scala.Serializable
ActorEndpointPath| Modifier and Type | Field and Description |
|---|---|
static ActorEndpointPath$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
ActorEndpointPath$() |
| Modifier and Type | Method and Description |
|---|---|
ActorEndpointPath |
apply(akka.actor.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'. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final ActorEndpointPath$ MODULE$
public ActorEndpointPath apply(akka.actor.ActorRef actorRef)
public 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)