Package org.apache.pekko.remote
Class RARP$
- java.lang.Object
-
- org.apache.pekko.remote.RARP$
-
- All Implemented Interfaces:
java.io.Serializable
,ExtensionId<org.apache.pekko.remote.RARP>
,ExtensionIdProvider
public class RARP$ extends java.lang.Object implements ExtensionId<org.apache.pekko.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 org.apache.pekko.remote.RARP
apply(org.apache.pekko.remote.RemoteActorRefProvider provider)
org.apache.pekko.remote.RARP
createExtension(ExtendedActorSystem system)
Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.RARP$
lookup()
Returns the canonical ExtensionId for this Extensionscala.Option<org.apache.pekko.remote.RemoteActorRefProvider>
unapply(org.apache.pekko.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:ExtensionIdProvider
Returns the canonical ExtensionId for this Extension- Specified by:
lookup
in interfaceExtensionIdProvider
-
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 interfaceExtensionId<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)
-
-