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. Any ClientConfig will be used to call this interface implementation so you can set the protocol, client name, etc. after Spring has applies its defaults.
Since:
3.4
Author:
Mark Paluch
See Also: