Class RARP$

java.lang.Object
org.apache.pekko.remote.RARP$
All Implemented Interfaces:
Serializable, ExtensionId<org.apache.pekko.remote.RARP>, ExtensionIdProvider

public class RARP$ extends Object implements ExtensionId<org.apache.pekko.remote.RARP>, ExtensionIdProvider, Serializable
INTERNAL API
See Also:
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.remote.RARP
    apply(org.apache.pekko.remote.RemoteActorRefProvider provider)
     
    org.apache.pekko.remote.RARP
    Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.
    Returns the canonical ExtensionId for this Extension
    scala.Option<org.apache.pekko.remote.RemoteActorRefProvider>
    unapply(org.apache.pekko.remote.RARP x$0)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.pekko.actor.ExtensionId

    apply, apply, equals, get, get, hashCode
  • Field Details

    • MODULE$

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

    • RARP$

      public RARP$()
  • Method Details

    • lookup

      public RARP$ lookup()
      Description copied from interface: ExtensionIdProvider
      Returns the canonical ExtensionId for this Extension
      Specified by:
      lookup in interface ExtensionIdProvider
    • createExtension

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

      public org.apache.pekko.remote.RARP apply(org.apache.pekko.remote.RemoteActorRefProvider provider)
    • unapply

      public scala.Option<org.apache.pekko.remote.RemoteActorRefProvider> unapply(org.apache.pekko.remote.RARP x$0)