Package org.springframework.vault.client
Interface ReactiveVaultClientCustomizer
- 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
ReactiveVaultClient.Builder. Beans implementing this interface are
applied to the ReactiveVaultClient builder.- Since:
- 4.1
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(ReactiveVaultClient.Builder builder) Callback to customize aReactiveVaultClient.Builderinstance.
-
Method Details
-
customize
Callback to customize aReactiveVaultClient.Builderinstance.- Parameters:
builder- the builder to customize.
-