Class EndpointNameGenerator
java.lang.Object
io.micronaut.configuration.jmx.context.DefaultNameGenerator
io.micronaut.configuration.jmx.endpoint.EndpointNameGenerator
- All Implemented Interfaces:
NameGenerator
Generates object names for endpoint bean definitions.
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.configuration.jmx.context.DefaultNameGenerator
generate
-
Constructor Details
-
EndpointNameGenerator
public EndpointNameGenerator()
-
-
Method Details
-
getDomain
- Overrides:
getDomain
in classDefaultNameGenerator
- Parameters:
beanDefinition
- The bean definition- Returns:
- The domain used for the
ObjectName
-