Closed
Description
Hello
I've been looking at the added feature of scopes and collections and I've seen an issue that I don't know if it's correct.
- This methods of interfaces {Operation}ByIdWithDurability return {Operation}ByIdInScope:
- and this methods return {Operation}ByInCollection:
I think the correct thing to do would be for those methods to return {Operation}ByInScope because then we could do .withDurability().withScope("").withCollection("")
How do you see it?