Uses of Interface
org.springframework.boot.actuate.endpoint.jmx.ExposableJmxEndpoint
Packages that use ExposableJmxEndpoint
Package
Description
JMX support for actuator endpoints.
Annotation support for actuator JMX endpoints.
-
Uses of ExposableJmxEndpoint in org.springframework.boot.actuate.endpoint.jmx
Subinterfaces with type arguments of type ExposableJmxEndpoint in org.springframework.boot.actuate.endpoint.jmxModifier and TypeInterfaceDescriptioninterfaceMethods 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
Subclasses with type arguments of type ExposableJmxEndpoint in org.springframework.boot.actuate.endpoint.jmx.annotationModifier and TypeClassDescriptionclassMethods in org.springframework.boot.actuate.endpoint.jmx.annotation that return ExposableJmxEndpointModifier and TypeMethodDescriptionprotected ExposableJmxEndpointJmxEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<JmxOperation> operations)