Closed
Description
As a Java Client user
I want to (issue title)
So that I can write a library that abstracts whether WriteBatcher
is used or just a DocumentManager
so that either ML8 or ML9 can be used
- I noticed that
WriteBatcher
, at least on master, does not have a method that takes aDocumentWriteOperation
. - I think
DocumentWriteOperation
is one of the better features of the Java Client, since it encapsulates a write request in a single object. Could anadd(DocumentWriteOperation)
method be added toWriteBatcher
?