Package org.springframework.vault.client
Interface VaultClientCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to customize a
VaultClient.Builder. Beans implementing this interface are applied to
the VaultClient builder.- Since:
- 4.1
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(VaultClient.Builder builder) Callback to customize aVaultClient.Builderinstance.
-
Method Details
-
customize
Callback to customize aVaultClient.Builderinstance.- Parameters:
builder- the builder to customize.
-