public class DistributedData$ extends java.lang.Object implements akka.actor.ExtensionId<DistributedData>, akka.actor.ExtensionIdProvider
Modifier and Type | Field and Description |
---|---|
static DistributedData$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
DistributedData$() |
Modifier and Type | Method and Description |
---|---|
DistributedData |
createExtension(akka.actor.ExtendedActorSystem system) |
DistributedData |
get(akka.actor.ActorSystem system) |
DistributedData$ |
lookup() |
public static final DistributedData$ MODULE$
public DistributedData get(akka.actor.ActorSystem system)
get
in interface akka.actor.ExtensionId<DistributedData>
public DistributedData$ lookup()
lookup
in interface akka.actor.ExtensionIdProvider
public DistributedData createExtension(akka.actor.ExtendedActorSystem system)
createExtension
in interface akka.actor.ExtensionId<DistributedData>