Class DubboMvcEndpoint
java.lang.Object
org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter<org.springframework.boot.actuate.endpoint.Endpoint<?>>
org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
org.apache.dubbo.spring.boot.actuate.endpoint.mvc.DubboMvcEndpoint
- All Implemented Interfaces:
org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint,org.springframework.boot.actuate.endpoint.mvc.NamedMvcEndpoint
public class DubboMvcEndpoint
extends org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
MvcEndpoint to expose Dubbo Metadata- Since:
- 2.7.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
DISABLED_RESPONSE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
invokeMethods inherited from class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
getDelegate, getEndpointType, getName, getPath, isSensitive, setPath
-
Field Details
-
DUBBO_SHUTDOWN_ENDPOINT_URI
- See Also:
-
DUBBO_CONFIGS_ENDPOINT_URI
- See Also:
-
DUBBO_SERVICES_ENDPOINT_URI
- See Also:
-
DUBBO_REFERENCES_ENDPOINT_URI
- See Also:
-
DUBBO_PROPERTIES_ENDPOINT_URI
- See Also:
-
-
Constructor Details
-
DubboMvcEndpoint
-
-
Method Details