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.

@FunctionalInterface public interface VaultClientCustomizer
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