Uses of Interface
org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
Package
Description
Actuator JMX endpoint auto-configuration.
JMX support for actuator endpoints.
-
Uses of EndpointObjectNameFactory in org.springframework.boot.actuate.autoconfigure.endpoint.jmx
Modifier and TypeMethodDescriptionJmxEndpointAutoConfiguration.jmxMBeanExporter
(MBeanServer mBeanServer, EndpointObjectNameFactory endpointObjectNameFactory, ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapper, JmxEndpointsSupplier jmxEndpointsSupplier) -
Uses of EndpointObjectNameFactory in org.springframework.boot.actuate.endpoint.jmx
ModifierConstructorDescriptionJmxEndpointExporter
(MBeanServer mBeanServer, EndpointObjectNameFactory objectNameFactory, JmxOperationResponseMapper responseMapper, Collection<? extends ExposableJmxEndpoint> endpoints)