类 AbstractDubboMetaDataHandler

java.lang.Object
org.apache.shenyu.plugin.dubbo.common.handler.AbstractDubboMetaDataHandler
所有已实现的接口:
org.apache.shenyu.plugin.base.handler.MetaDataHandler

public abstract class AbstractDubboMetaDataHandler extends Object implements org.apache.shenyu.plugin.base.handler.MetaDataHandler
The common dubbo meta data handler.
  • 构造器详细资料

    • AbstractDubboMetaDataHandler

      public AbstractDubboMetaDataHandler()
  • 方法详细资料

    • handle

      public void handle(org.apache.shenyu.common.dto.MetaData metaData)
      指定者:
      handle 在接口中 org.apache.shenyu.plugin.base.handler.MetaDataHandler
    • isInitialized

      protected abstract boolean isInitialized(org.apache.shenyu.common.dto.MetaData metaData)
    • initReference

      protected abstract void initReference(org.apache.shenyu.common.dto.MetaData metaData)
    • updateReference

      protected abstract void updateReference(org.apache.shenyu.common.dto.MetaData metaData)
    • remove

      public void remove(org.apache.shenyu.common.dto.MetaData metaData)
      指定者:
      remove 在接口中 org.apache.shenyu.plugin.base.handler.MetaDataHandler
    • invalidateReference

      protected abstract void invalidateReference(String path)
    • rpcType

      public String rpcType()
      指定者:
      rpcType 在接口中 org.apache.shenyu.plugin.base.handler.MetaDataHandler