Package akka.remote
Class RARP$
- java.lang.Object
-
- akka.remote.RARP$
-
- All Implemented Interfaces:
ExtensionId<akka.remote.RARP>,ExtensionIdProvider,java.io.Serializable
public class RARP$ extends java.lang.Object implements ExtensionId<akka.remote.RARP>, ExtensionIdProvider, java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RARP$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.remote.RARPapply(akka.remote.RemoteActorRefProvider provider)akka.remote.RARPcreateExtension(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 Extensionscala.Option<akka.remote.RemoteActorRefProvider>unapply(akka.remote.RARP x$0)
-
-
-
Field Detail
-
MODULE$
public static final RARP$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
lookup
public RARP$ lookup()
Description copied from interface:ExtensionIdProviderReturns the canonical ExtensionId for this Extension- Specified by:
lookupin interfaceExtensionIdProvider
-
createExtension
public akka.remote.RARP createExtension(ExtendedActorSystem system)
Description copied from interface:ExtensionIdIs used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
createExtensionin interfaceExtensionId<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)
-
-