Interface JedisClientConfigBuilderCustomizer

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 JedisClientConfigBuilderCustomizer
Strategy interface for customizing JedisClientConfig. Objects implementing this interface will be invoked with any ClientConfig builder so you can customize the ClientConfig builder after Spring has applied its defaults.
Since:
3.4
Author:
Mark Paluch
See Also: