Package org.apache.pekko.remote
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.remote.RARPapply(org.apache.pekko.remote.RemoteActorRefProvider provider) org.apache.pekko.remote.RARPcreateExtension(ExtendedActorSystem system) Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.lookup()Returns the canonical ExtensionId for this Extensionscala.Option<org.apache.pekko.remote.RemoteActorRefProvider>unapply(org.apache.pekko.remote.RARP x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RARP$
public RARP$()
-
-
Method Details
-
lookup
Description copied from interface:ExtensionIdProviderReturns the canonical ExtensionId for this Extension- Specified by:
lookupin interfaceExtensionIdProvider
-
createExtension
Description copied from interface:ExtensionIdIs used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
createExtensionin 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)
-