Class MicroProfileMetricsExtension
- java.lang.Object
-
- org.jboss.as.controller.extension.AbstractLegacyExtension
-
- org.wildfly.extension.microprofile.metrics.MicroProfileMetricsExtension
-
- All Implemented Interfaces:
org.jboss.as.controller.Extension
public class MicroProfileMetricsExtension extends org.jboss.as.controller.extension.AbstractLegacyExtension- Author:
- Jeff Mesnil (c) 2018 Red Hat inc.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSUBSYSTEM_NAMEThe name of our subsystem within the model.protected static org.jboss.as.controller.PathElementSUBSYSTEM_PATHprotected static org.jboss.as.controller.ModelVersionVERSION_1_0_0protected static org.jboss.as.controller.ModelVersionVERSION_2_0_0
-
Constructor Summary
Constructors Constructor Description MicroProfileMetricsExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<org.jboss.as.controller.registry.ManagementResourceRegistration>initializeLegacyModel(org.jboss.as.controller.ExtensionContext context)voidinitializeLegacyParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)
-
-
-
Field Detail
-
SUBSYSTEM_NAME
public static final String SUBSYSTEM_NAME
The name of our subsystem within the model.- See Also:
- Constant Field Values
-
SUBSYSTEM_PATH
protected static final org.jboss.as.controller.PathElement SUBSYSTEM_PATH
-
VERSION_1_0_0
protected static final org.jboss.as.controller.ModelVersion VERSION_1_0_0
-
VERSION_2_0_0
protected static final org.jboss.as.controller.ModelVersion VERSION_2_0_0
-
-
Method Detail
-
initializeLegacyModel
protected Set<org.jboss.as.controller.registry.ManagementResourceRegistration> initializeLegacyModel(org.jboss.as.controller.ExtensionContext context)
- Specified by:
initializeLegacyModelin classorg.jboss.as.controller.extension.AbstractLegacyExtension
-
initializeLegacyParsers
public void initializeLegacyParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)
- Specified by:
initializeLegacyParsersin classorg.jboss.as.controller.extension.AbstractLegacyExtension
-
-