Class Jmx
java.lang.Object
io.micronaut.starter.feature.micrometer.MicrometerFeature
io.micronaut.starter.feature.micrometer.Jmx
- All Implemented Interfaces:
io.micronaut.core.naming.Described,io.micronaut.core.naming.Named,io.micronaut.core.order.Ordered,Feature,OpenRewriteFeature,MicrometerRegistryFeature,MicronautServerDependent
@Requires(property="micronaut.starter.feature.micrometer.jmx.enabled",
value="true",
defaultValue="true")
@Singleton
public class Jmx
extends MicrometerFeature
implements MicrometerRegistryFeature, OpenRewriteFeature
Micrometer feature providing support for JMX metrics reporting.
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.micronaut.starter.feature.micrometer.MicrometerFeature
getCategory, processSelectedFeatures, supportsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface io.micronaut.projectgen.core.feature.Feature
getOrder, isCommunity, isPreview, isVisible, processSelectedFeatures, supportsMethods inherited from interface io.micronaut.starter.feature.micrometer.MicrometerRegistryFeature
getCategory, getNameMethods inherited from interface io.micronaut.projectgen.core.openrewrite.OpenRewriteFeature
apply, getFrameworkDocumentation, getThirdPartyDocumentation, processRecipes
-
Constructor Details
-
Jmx
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-
getTitle
- Specified by:
getTitlein interfaceFeature- Specified by:
getTitlein interfaceMicrometerRegistryFeature- Returns:
- The title of the feature
-
getRecipes
- Specified by:
getRecipesin interfaceOpenRewriteFeature
-
getImplementationName
- Specified by:
getImplementationNamein interfaceMicrometerRegistryFeature
-