Interface HazelcastConfigCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be implemented by beans wishing to customize the Hazelcast
server
configuration
.- Since:
- 2.7.0
- Author:
- Jaromir Hamala, Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(com.hazelcast.config.Config config) Customize the configuration.
-
Method Details
-
customize
void customize(com.hazelcast.config.Config config) Customize the configuration.- Parameters:
config
- theConfig
to customize
-