Class Replicator.Delete<A extends ReplicatedData>

java.lang.Object
org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete<A>
All Implemented Interfaces:
Serializable, Replicator.Command, Replicator.Command, scala.Equals, scala.Product
Enclosing class:
Replicator

public static final class Replicator.Delete<A extends ReplicatedData> extends Object implements Replicator.Command, scala.Product, Serializable
Send this message to the local Replicator to delete a data value for the given key. The Replicator will reply with one of the Replicator.DeleteResponse messages.
See Also: