Package akka.cluster.ddata.typed.javadsl
Class DistributedDataImpl
- java.lang.Object
-
- akka.cluster.ddata.typed.javadsl.DistributedData
-
- akka.cluster.ddata.typed.javadsl.DistributedDataImpl
-
- All Implemented Interfaces:
Extension
public class DistributedDataImpl extends DistributedData
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description DistributedDataImpl(ActorSystem<?> system)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRef<Replicator.Command>replicator()SelfUniqueAddressselfUniqueAddress()-
Methods inherited from class akka.cluster.ddata.typed.javadsl.DistributedData
apply, createExtension, equals, get, hashCode, id
-
-
-
-
Constructor Detail
-
DistributedDataImpl
public DistributedDataImpl(ActorSystem<?> system)
-
-
Method Detail
-
replicator
public ActorRef<Replicator.Command> replicator()
- Specified by:
replicatorin classDistributedData
-
selfUniqueAddress
public SelfUniqueAddress selfUniqueAddress()
- Specified by:
selfUniqueAddressin classDistributedData
-
-