marklogic / java-client-api

Java client for the MarkLogic enterprise NoSQL database
https://docs.marklogic.com/guide/java
Apache License 2.0
58 stars 73 forks source link

Exposing read/search methods that accept a server timestamp #1623

Closed rjrudin closed 7 months ago

rjrudin commented 7 months ago

It appears these methods have long worked. Will help the Mule connector out as we won't need to cast to the implementation to access them.

The two methods accepting a Transaction do not work and it is not yet clear if they should work.