Uses of Interface
org.springframework.boot.actuate.endpoint.jmx.ExposableJmxEndpoint
Package
Description
Actuator JMX endpoint auto-configuration.
JMX support for actuator endpoints.
Annotation support for actuator JMX endpoints.
-
Uses of ExposableJmxEndpoint in org.springframework.boot.actuate.autoconfigure.endpoint.jmx
Modifier and TypeMethodDescriptionJmxEndpointAutoConfiguration.jmxIncludeExcludePropertyEndpointFilter()
-
Uses of ExposableJmxEndpoint in org.springframework.boot.actuate.endpoint.jmx
Modifier and TypeMethodDescriptionEndpointObjectNameFactory.getObjectName
(ExposableJmxEndpoint endpoint) Generate anObjectName
for the specifiedendpoint
.ModifierConstructorDescriptionJmxEndpointExporter
(MBeanServer mBeanServer, EndpointObjectNameFactory objectNameFactory, JmxOperationResponseMapper responseMapper, Collection<? extends ExposableJmxEndpoint> endpoints) -
Uses of ExposableJmxEndpoint in org.springframework.boot.actuate.endpoint.jmx.annotation
Modifier and TypeMethodDescriptionprotected ExposableJmxEndpoint
JmxEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<JmxOperation> operations)