See: Description
| Interface | Description |
|---|---|
| Feature |
This interface represents a feature.
|
| FeatureProvider |
Provider to provide features.
|
| Class | Description |
|---|---|
| CacheableFeatureProvider<T extends Feature> |
Cacheable Feature Provider.
|
| FixedValueFeature |
A feature implementation that has a fixed value of availability.
|
| SettableFeature |
A feature implementation that allow changing availability programmatically.
|
| SettableFeatureProvider |
A provider will provide settable features.
|
In other words, it is a way of altering the control in a system without restarting it. It can be used during all stages of developement, its most visible use case is on production. For instance, during a production release, you can enable or disable individual features, control the data flow through the system, thereby minimizing risk of system failures in real time.
The feature provider interface is pluggable and easy to integrate with any configuration management system.
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.