クラス JmxEndpointDiscoverer

java.lang.ObjectSE
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<ExposableJmxEndpoint, JmxOperation>
org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
実装されているすべてのインターフェース:
EndpointsSupplier<ExposableJmxEndpoint>, JmxEndpointsSupplier

@ImportRuntimeHints(org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer.JmxEndpointDiscovererRuntimeHints.class) public class JmxEndpointDiscoverer extends EndpointDiscoverer<ExposableJmxEndpoint, JmxOperation> implements JmxEndpointsSupplier
導入:
2.0.0
作成者:
Phillip Webb