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.

@FunctionalInterface public interface HazelcastConfigCustomizer
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 Type
    Method
    Description
    void
    customize(com.hazelcast.config.Config config)
    Customize the configuration.
  • Method Details

    • customize

      void customize(com.hazelcast.config.Config config)
      Customize the configuration.
      Parameters:
      config - the Config to customize