Class ActorEndpointPath

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product, scala.Serializable

    public class ActorEndpointPath
    extends java.lang.Object
    implements scala.Product, scala.Serializable
    INTERNAL API An endpoint to an ActorRef param: actorPath the String representation of the path to the actor
    See Also:
    Serialized Form
    • Constructor Detail

      • ActorEndpointPath

        public ActorEndpointPath()
    • Method Detail

      • fromCamelPath

        public 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'. parameters can be optionally added to the actor path to indicate auto-acknowledgement and replyTimeout for a Consumer actor.
        Parameters:
        camelPath - (undocumented)
        Returns:
        (undocumented)
      • unapply

        public static scala.Option<java.lang.String> unapply​(ActorEndpointPath x$0)
      • actorPath

        public java.lang.String actorPath()
      • copy$default$1

        public java.lang.String copy$default$1()
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object