Class MethodConfig

java.lang.Object
org.apache.dubbo.config.AbstractConfig
org.apache.dubbo.config.AbstractMethodConfig
org.apache.dubbo.config.MethodConfig
com.alibaba.dubbo.config.MethodConfig
All Implemented Interfaces:
Serializable

@Deprecated public class MethodConfig extends org.apache.dubbo.config.MethodConfig
Deprecated.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addArgument(ArgumentConfig argumentConfig)
    Deprecated.
     
    void
    Deprecated.
     

    Methods inherited from class org.apache.dubbo.config.MethodConfig

    addArgument, constructMethodConfig, convertMethodConfig2AsyncInfo, getArguments, getDeprecated, getExecutes, getName, getOninvoke, getOninvokeMethod, getOnreturn, getOnreturnMethod, getOnthrow, getOnthrowMethod, getParentPrefix, getPrefixes, getService, getServiceId, getStat, getSticky, isReliable, isRetry, isReturn, setArguments, setDeprecated, setExecutes, setName, setOninvoke, setOninvokeMethod, setOnreturn, setOnreturnMethod, setOnthrow, setOnthrowMethod, setParentPrefix, setReliable, setRetry, setReturn, setService, setServiceId, setStat, setSticky

    Methods inherited from class org.apache.dubbo.config.AbstractMethodConfig

    getActives, getCache, getForks, getLoadbalance, getMerger, getMock, getParameters, getRetries, getScopeModel, getSent, getTimeout, getValidation, isAsync, setActives, setAsync, setCache, setForks, setLoadbalance, setMerger, setMock, setMock, setParameters, setRetries, setSent, setTimeout, setValidation

    Methods inherited from class org.apache.dubbo.config.AbstractConfig

    appendAttributes, appendAttributes, appendParameters, appendParameters, equals, getApplicationModel, getConfigMode, getId, getMetaData, getMetaData, getPluralTagName, getTagName, getTypePrefix, hashCode, isDefault, isNeedRefresh, isRefreshed, isValid, overrideWithConfig, refresh, setDefault, setId, setNeedRefresh, setScopeModel, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MethodConfig

      public MethodConfig()
      Deprecated.
  • Method Details

    • addArgument

      public void addArgument(ArgumentConfig argumentConfig)
      Deprecated.
    • setMock

      public void setMock(Boolean mock)
      Deprecated.