public interface DistributedConfigFeature extends Feature
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getCategory() |
default java.util.Map<java.lang.String,java.lang.Object> |
populateBootstrapForDistributedConfiguration(GeneratorContext generatorContext) |
default boolean |
supports(ApplicationType applicationType)
This method must be implemented to ensure it is only selectable for the desired
application types.
|
apply, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures
default boolean supports(ApplicationType applicationType)
Feature
default java.lang.String getCategory()
getCategory
in interface Feature
Category
to which the feature belongs to.@NonNull default java.util.Map<java.lang.String,java.lang.Object> populateBootstrapForDistributedConfiguration(@NonNull GeneratorContext generatorContext)