Class JaegerTracerConfigurationDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.wildfly.extension.microprofile.opentracing.JaegerTracerConfigurationDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class JaegerTracerConfigurationDefinition extends org.jboss.as.controller.SimpleResourceDefinition- Author:
- Emmanuel Hugonnet (c) 2019 Red Hat, Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.AttributeDefinition[]ATTRIBUTESstatic org.jboss.as.controller.PathElementTRACER_CONFIGURATION_PATH
-
Constructor Summary
Constructors Constructor Description JaegerTracerConfigurationDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Method Detail
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.SimpleResourceDefinition
-
-