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> T
MarkLogicOperations. executeWithClient(ClientCallback<T> action)
Executes the specified action using the fullDatabaseClient
.<T> T
MarkLogicTemplate. executeWithClient(ClientCallback<T> action)
-