Package org.springframework.vault.core
Interface ReactiveVaultSysOperations
- All Known Implementing Classes:
ReactiveVaultSysTemplate
public interface ReactiveVaultSysOperations
Interface that specifies a basic set of administrative Vault operations using reactive
infrastructure.
- Since:
- 3.1
- Author:
- Mark Paluch
-
Method Summary
-
Method Details
-
isInitialized
- Returns:
- true if Vault is initialized.
- Throws:
VaultException
- See Also:
-
health
Return the health status of Vault.- Returns:
- the
VaultHealth
. - Throws:
VaultException
- See Also:
-