- java.lang.Object
-
- io.github.jopenlibs.vault.api.OperationsBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
OperationsBase.EndpointOperation<T>
-
Field Summary
Fields Modifier and Type Field Description protected VaultConfig
config
-
Constructor Summary
Constructors Modifier Constructor Description protected
OperationsBase(VaultConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> T
retry(OperationsBase.EndpointOperation<T> op)
-
-
-
Field Detail
-
config
protected final VaultConfig config
-
-
Constructor Detail
-
OperationsBase
protected OperationsBase(VaultConfig config)
-
-
Method Detail
-
retry
protected <T> T retry(OperationsBase.EndpointOperation<T> op) throws VaultException
- Throws:
VaultException
-
-