Package org.apache.pekko.cluster.ddata
Class Replicator.DataDeleted$
java.lang.Object
org.apache.pekko.cluster.ddata.Replicator.DataDeleted$
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Replicator
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Replicator.DataDeleted$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<A extends ReplicatedData>
 Replicator.DataDeleted<A>final StringtoString()<A extends ReplicatedData>
 scala.Option<scala.Tuple2<Key<A>,scala.Option<Object>>> unapply(Replicator.DataDeleted<A> x$0) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
DataDeleted$public DataDeleted$()
 
- 
- 
Method Details- 
toString
- 
applypublic <A extends ReplicatedData> Replicator.DataDeleted<A> apply(Key<A> key, scala.Option<Object> request) 
- 
unapplypublic <A extends ReplicatedData> scala.Option<scala.Tuple2<Key<A>,scala.Option<Object>>> unapply(Replicator.DataDeleted<A> x$0) 
 
-