Interface ServerConfigCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 1.0.1
- Author:
- 应卓
-
Method Summary
-
Method Details
-
custom
void custom(org.redisson.config.SingleServerConfig config) 客制- Parameters:
config- 配置
-