Uses of Interface
org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
Packages that use EndpointObjectNameFactory
Package
Description
JMX support for actuator endpoints.
-
Uses of EndpointObjectNameFactory in org.springframework.boot.actuate.endpoint.jmx
Constructors in org.springframework.boot.actuate.endpoint.jmx with parameters of type EndpointObjectNameFactoryModifierConstructorDescriptionJmxEndpointExporter(MBeanServer mBeanServer, EndpointObjectNameFactory objectNameFactory, JmxOperationResponseMapper responseMapper, Collection<? extends ExposableJmxEndpoint> endpoints)