See apache/pekko-persistence-jdbc#156 for background.
The idea is that Future[Done] isn't informative enough as a return type.
Ideally any new functions should default to calling the existing deleteObject API functions so that we don't force every Persistence implementation to uptake it.
See apache/pekko-persistence-jdbc#156 for background.
The idea is that
Future[Done]isn't informative enough as a return type.Ideally any new functions should default to calling the existing deleteObject API functions so that we don't force every Persistence implementation to uptake it.