Class DubboEndpoint

java.lang.Object
org.springframework.boot.actuate.endpoint.AbstractEndpoint<Map<String,Object>>
org.apache.dubbo.spring.boot.actuate.endpoint.DubboEndpoint
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.boot.actuate.endpoint.Endpoint<Map<String,Object>>, org.springframework.context.EnvironmentAware

@ConfigurationProperties(prefix="endpoints.dubbo", ignoreUnknownFields=false) public class DubboEndpoint extends org.springframework.boot.actuate.endpoint.AbstractEndpoint<Map<String,Object>>
Actuator Endpoint to expose Dubbo Meta Data
Since:
2.7.0
See Also:
  • Endpoint
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.springframework.boot.actuate.endpoint.AbstractEndpoint

    getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitive

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DubboEndpoint

      public DubboEndpoint()
  • Method Details