akka.camel.internal

component

package component

Visibility
  1. Public
  2. All

Value Members

  1. object CamelPath

    Converts ActorRefs and actorPaths to URI's that point to the actor through the Camel Actor Component.

    Converts ActorRefs and actorPaths to URI's that point to the actor through the Camel Actor Component. Can also be used in the Java API as a helper for custom route builders. the Scala API has an implicit conversion in the camel package to directly use to(actorRef). In java you could use to(CamelPath.toUri(actorRef). The URI to the actor is exactly the same as the string representation of the ActorPath, except that it can also have optional URI parameters to configure the Consumer Actor.

Ungrouped