Uses of Interface
org.springframework.vault.core.RestOperationsCallback
Packages that use RestOperationsCallback
-
Uses of RestOperationsCallback in org.springframework.vault.core
Methods in org.springframework.vault.core with parameters of type RestOperationsCallbackModifier and TypeMethodDescription<T> TVaultOperations.doWithSession(RestOperationsCallback<T> sessionCallback) Executes a VaultRestOperationsCallback.<T> TVaultTemplate.doWithSession(RestOperationsCallback<T> sessionCallback) <T> TVaultOperations.doWithVault(RestOperationsCallback<T> clientCallback) Executes a VaultRestOperationsCallback.<T> TVaultTemplate.doWithVault(RestOperationsCallback<T> clientCallback)