Package org.unleash.features.config
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.
Callback interface that can be used to customize Unleash with a
UnleashConfig.Builder.- Since:
- 1.1.2
- Author:
- Ivan Rodriguez
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(io.getunleash.util.UnleashConfig.Builder builder) Callback to customize aUnleashConfig.Builderinstance.
-
Method Details
-
customize
void customize(io.getunleash.util.UnleashConfig.Builder builder) Callback to customize aUnleashConfig.Builderinstance.- Parameters:
builder- Unleash builder to customize
-