public class BoundAddressesExtension$ extends java.lang.Object implements ExtensionId<BoundAddressesExtension>, ExtensionIdProvider
| Modifier and Type | Field and Description |
|---|---|
static BoundAddressesExtension$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
BoundAddressesExtension$() |
| Modifier and Type | Method and Description |
|---|---|
BoundAddressesExtension |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId,
internal use only.
|
BoundAddressesExtension |
get(ActorSystem system)
Returns an instance of the extension identified by this ExtensionId instance.
|
BoundAddressesExtension$ |
lookup()
Returns the canonical ExtensionId for this Extension
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, equals, hashCodepublic static final BoundAddressesExtension$ MODULE$
public BoundAddressesExtension get(ActorSystem system)
ExtensionId
override def get(system: ActorSystem): TheExtension = super.get(system)
get in interface ExtensionId<BoundAddressesExtension>system - (undocumented)public BoundAddressesExtension$ lookup()
ExtensionIdProviderlookup in interface ExtensionIdProviderpublic BoundAddressesExtension createExtension(ExtendedActorSystem system)
ExtensionIdcreateExtension in interface ExtensionId<BoundAddressesExtension>system - (undocumented)