Closed hseeberger closed 10 years ago
For example there could be sealed trait Replicator.UpdateResponse and then Replicator.UpdateSuccess, Replicator.WrongSeqNr, etc. would mix that in.
sealed trait Replicator.UpdateResponse
Replicator.UpdateSuccess
Replicator.WrongSeqNr
great suggestion
For example there could be
sealed trait Replicator.UpdateResponse
and thenReplicator.UpdateSuccess
,Replicator.WrongSeqNr
, etc. would mix that in.