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, wait
apply, equals, hashCode
public 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()
ExtensionIdProvider
lookup
in interface ExtensionIdProvider
public BoundAddressesExtension createExtension(ExtendedActorSystem system)
ExtensionId
createExtension
in interface ExtensionId<BoundAddressesExtension>
system
- (undocumented)