Uses of Interface
io.github.malteseduck.springframework.data.marklogic.core.ClientCallback
- 
Packages that use ClientCallback Package Description io.github.malteseduck.springframework.data.marklogic.core  - 
- 
Uses of ClientCallback in io.github.malteseduck.springframework.data.marklogic.core
Methods in io.github.malteseduck.springframework.data.marklogic.core with parameters of type ClientCallback Modifier and Type Method Description <T> TMarkLogicOperations. executeWithClient(ClientCallback<T> action)Executes the specified action using the fullDatabaseClient.<T> TMarkLogicTemplate. executeWithClient(ClientCallback<T> action) 
 -