Package akka.remote

Class RARP$

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static RARP$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      RARP$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.remote.RARP apply​(akka.remote.RemoteActorRefProvider provider)  
      akka.remote.RARP createExtension​(ExtendedActorSystem system)
      Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
      RARP$ lookup()
      Returns the canonical ExtensionId for this Extension
      scala.Option<akka.remote.RemoteActorRefProvider> unapply​(akka.remote.RARP x$0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final RARP$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • RARP$

        public RARP$()
    • Method Detail

      • createExtension

        public akka.remote.RARP createExtension​(ExtendedActorSystem system)
        Description copied from interface: ExtensionId
        Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
        Specified by:
        createExtension in interface ExtensionId<akka.remote.RARP>
      • apply

        public akka.remote.RARP apply​(akka.remote.RemoteActorRefProvider provider)
      • unapply

        public scala.Option<akka.remote.RemoteActorRefProvider> unapply​(akka.remote.RARP x$0)