Interface UnleashCustomizer

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 UnleashCustomizer
Callback interface that can be used to customize Unleash with a UnleashConfig.Builder.
Since:
1.1.2
Author:
Ivan Rodriguez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(io.getunleash.util.UnleashConfig.Builder builder)
    Callback to customize a UnleashConfig.Builder instance.
  • Method Details

    • customize

      void customize(io.getunleash.util.UnleashConfig.Builder builder)
      Callback to customize a UnleashConfig.Builder instance.
      Parameters:
      builder - Unleash builder to customize