|
|||||||||
| 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
Companion of ActorEndpointPath
| 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 |
|---|
public static final ActorEndpointPath$ MODULE$
| Constructor Detail |
|---|
public ActorEndpointPath$()
| Method Detail |
|---|
public ActorEndpointPath apply(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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||