Uses of Interface
org.springframework.boot.actuate.endpoint.jmx.ExposableJmxEndpoint
Packages that use 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
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.jmx that return types with arguments of type ExposableJmxEndpointModifier and TypeMethodDescriptionJmxEndpointAutoConfiguration.jmxIncludeExcludePropertyEndpointFilter() -
Uses of ExposableJmxEndpoint in org.springframework.boot.actuate.endpoint.jmx
Methods in org.springframework.boot.actuate.endpoint.jmx with parameters of type ExposableJmxEndpointModifier and TypeMethodDescriptionEndpointObjectNameFactory.getObjectName(ExposableJmxEndpoint endpoint) Generate anObjectNamefor the specifiedendpoint.Constructor parameters in org.springframework.boot.actuate.endpoint.jmx with type arguments of type ExposableJmxEndpointModifierConstructorDescriptionJmxEndpointExporter(MBeanServer mBeanServer, EndpointObjectNameFactory objectNameFactory, JmxOperationResponseMapper responseMapper, Collection<? extends ExposableJmxEndpoint> endpoints) -
Uses of ExposableJmxEndpoint in org.springframework.boot.actuate.endpoint.jmx.annotation
Methods in org.springframework.boot.actuate.endpoint.jmx.annotation that return ExposableJmxEndpointModifier and TypeMethodDescriptionprotected ExposableJmxEndpointJmxEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<JmxOperation> operations)