Package org.springframework.vault.core
Class ReactiveVaultSysTemplate
java.lang.Object
org.springframework.vault.core.ReactiveVaultSysTemplate
- All Implemented Interfaces:
ReactiveVaultSysOperations
Default implementation of
ReactiveVaultSysOperations
.- Author:
- Mark Paluch
-
Constructor Summary
ConstructorDescriptionReactiveVaultSysTemplate
(ReactiveVaultOperations vaultOperations) Create a newReactiveVaultSysTemplate
with the givenReactiveVaultOperations
. -
Method Summary
-
Constructor Details
-
ReactiveVaultSysTemplate
Create a newReactiveVaultSysTemplate
with the givenReactiveVaultOperations
.- Parameters:
vaultOperations
- must not be null.
-
-
Method Details
-
isInitialized
- Specified by:
isInitialized
in interfaceReactiveVaultSysOperations
- Returns:
- true if Vault is initialized.
- See Also:
-
health
Description copied from interface:ReactiveVaultSysOperations
Return the health status of Vault.- Specified by:
health
in interfaceReactiveVaultSysOperations
- Returns:
- the
VaultHealth
. - See Also:
-