Class AbstractDubboMetadata

java.lang.Object
org.apache.dubbo.spring.boot.actuate.endpoint.metadata.AbstractDubboMetadata
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware
Direct Known Subclasses:
DubboConfigsMetadata, DubboConfigsMetadataEndpoint, DubboPropertiesMetadata, DubboPropertiesMetadataEndpoint, DubboReferencesMetadata, DubboReferencesMetadataEndpoint, DubboServicesMetadata, DubboServicesMetadataEndpoint, DubboShutdownEndpoint, DubboShutdownMetadata

public abstract class AbstractDubboMetadata extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware
Abstract Dubbo Metadata
Since:
2.7.0
  • Constructor Details

    • AbstractDubboMetadata

      public AbstractDubboMetadata()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • setEnvironment

      public void setEnvironment(org.springframework.core.env.Environment environment)
      Specified by:
      setEnvironment in interface org.springframework.context.EnvironmentAware