|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.camel.internal.component.ActorEndpointPath
public class ActorEndpointPath
INTERNAL API
An endpoint to an ActorRef
param: actorPath the String representation of the path to the actor
| Method Summary | |
|---|---|
java.lang.String |
actorPath()
|
static ActorEndpointPath |
apply(ActorRef actorRef)
|
scala.Option<ActorRef> |
findActorIn(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'. |
| 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 |
| Method Detail |
|---|
public static ActorEndpointPath apply(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<ActorRef> findActorIn(ActorSystem system)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||