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.
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:
-
Method Summary
-
Method Details
-
customize
Customize theDefaultJedisClientConfig.Builder.- Parameters:
builder- the builder to customize.
-