HCL-TECH-SOFTWARE / domino-jnx

Modern Domino Java API based on JNA access to Domino's C API
https://opensource.hcltechsw.com/domino-jnx/
Apache License 2.0
14 stars 3 forks source link

Add variant of DbDesign#newResourceOutputStream that takes a callback to call on close #301

Closed jesse-gallagher closed 2 years ago

jesse-gallagher commented 2 years ago

e.g. newResourceOutputStream(String resName, Consumer<NamedFileElement> callback)

This would be useful for performing followup changes on the design element when it implicitly creates a new one.