Interface RedissonAutoConfigurationCustomizer

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 RedissonAutoConfigurationCustomizer
Callback interface that can be implemented by beans wishing to customize the RedissonClient auto configuration
Author:
Nikos Kakavas (https://github.com/nikakis)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(Config configuration)
    Customize the RedissonClient configuration.
  • Method Details

    • customize

      void customize(Config configuration)
      Customize the RedissonClient configuration.
      Parameters:
      configuration - the Config to customize