Package io.micronaut.starter.api
Interface FeatureOperations
- All Known Implementing Classes:
FeatureService
public interface FeatureOperations
API to expose information about features.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Method Summary
Modifier and TypeMethodDescriptiongetAllFeatures
(Locale locale) List all the available features.getFeatures
(Locale locale, ApplicationType type) A list of features applicable to the given application type.
-
Method Details
-
getAllFeatures
List all the available features.- Parameters:
locale
- The locale- Returns:
- The available features
-
getFeatures
A list of features applicable to the given application type.- Parameters:
locale
- The localetype
- The type- Returns:
- The features
-