Interface ThirdPartyServerFeature
- All Superinterfaces:
io.micronaut.core.naming.Described, Feature, io.micronaut.core.naming.Named, OneOfFeature, io.micronaut.core.order.Ordered, ServerFeature
- All Known Implementing Classes:
Ktor
Marks a server feature as third party as opposed to a Micronaut server, to denote
it cannot be combined with features that are dependent on a Micronaut Server feature.
- See Also:
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
apply, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeaturesMethods inherited from interface ServerFeature
getCategory, getFeatureClass, supports