Class AkkaRegistration

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

    public final class AkkaRegistration
    extends Registration
    implements scala.Product, java.io.Serializable
    AkkaRegistration holds the information needed to register an akka location

    param: connection the Connection to register with LocationService param: actorRefURI Provide a remote actor uri that is offering a connection. Local actors cannot be registered since they can't be communicated from components across the network param: metadata represents additional metadata information associated with location. Defaulted to empty if not provided.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URI actorRefURI()  
      Connection.AkkaConnection connection()
      The Connection to register with LocationService
      Location location​(java.lang.String hostname)
      Create a AkkaLocation that represents the live connection offered by the actor
      Metadata metadata()
      metadata represents any additional information (metadata) associated with registration
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Method Detail

      • actorRefURI

        public java.net.URI actorRefURI()
      • metadata

        public Metadata metadata()
        Description copied from class: Registration
        metadata represents any additional information (metadata) associated with registration
        Specified by:
        metadata in class Registration
        Returns:
        (undocumented)
      • location

        public Location location​(java.lang.String hostname)
        Create a AkkaLocation that represents the live connection offered by the actor

        Specified by:
        location in class Registration
        Parameters:
        hostname - provide a hostname where the connection endpoint is available
        Returns:
        an AkkaLocation location representing a live connection at provided hostname