public class RARP$ extends java.lang.Object implements ExtensionId<RARP>, ExtensionIdProvider, scala.Serializable
| Modifier and Type | Field and Description |
|---|---|
static RARP$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
RARP$() |
| Modifier and Type | Method and Description |
|---|---|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, equals, get, hashCodepublic static final RARP$ MODULE$
public RARP$ lookup()
ExtensionIdProviderlookup in interface ExtensionIdProviderpublic RARP createExtension(ExtendedActorSystem system)
ExtensionIdcreateExtension in interface ExtensionId<RARP>system - (undocumented)