com.alibaba.dubbo.config
Class ConsumerConfig

java.lang.Object
  extended by com.alibaba.dubbo.config.AbstractConfig
      extended by com.alibaba.dubbo.config.AbstractMethodConfig
          extended by com.alibaba.dubbo.config.AbstractInterfaceConfig
              extended by com.alibaba.dubbo.config.AbstractReferenceConfig
                  extended by com.alibaba.dubbo.config.ConsumerConfig
All Implemented Interfaces:
Serializable

public class ConsumerConfig
extends AbstractReferenceConfig

ConsumerConfig

Author:
william.liangf
See Also:
Serialized Form

Constructor Summary
ConsumerConfig()
           
 
Method Summary
 Boolean isDefault()
           
 void setDefault(Boolean isDefault)
           
 void setTimeout(Integer timeout)
           
 
Methods inherited from class com.alibaba.dubbo.config.AbstractReferenceConfig
getFilter, getGeneric, getGroup, getLazy, getListener, getReconnect, getSticky, getStubevent, getVersion, isCheck, isGeneric, isInit, isInjvm, setCheck, setGeneric, setGeneric, setGroup, setInit, setInjvm, setLazy, setListener, setOnconnect, setOndisconnect, setReconnect, setSticky, setVersion
 
Methods inherited from class com.alibaba.dubbo.config.AbstractInterfaceConfig
getApplication, getCallbacks, getCluster, getConnections, getLayer, getLocal, getModule, getMonitor, getOnconnect, getOndisconnect, getOwner, getProxy, getRegistries, getRegistry, getScope, getStub, setApplication, setCallbacks, setCluster, setConnections, setFilter, setLayer, setLocal, setLocal, setModule, setMonitor, setMonitor, setOwner, setProxy, setRegistries, setRegistry, setScope, setStub, setStub
 
Methods inherited from class com.alibaba.dubbo.config.AbstractMethodConfig
getActives, getCache, getLoadbalance, getMerger, getMock, getParameters, getRetries, getSent, getTimeout, getValidation, isAsync, setActives, setAsync, setCache, setLoadbalance, setMerger, setMock, setMock, setParameters, setRetries, setSent, setValidation
 
Methods inherited from class com.alibaba.dubbo.config.AbstractConfig
getId, setId, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsumerConfig

public ConsumerConfig()
Method Detail

setTimeout

public void setTimeout(Integer timeout)
Overrides:
setTimeout in class AbstractMethodConfig

isDefault

public Boolean isDefault()

setDefault

public void setDefault(Boolean isDefault)


Copyright © 2012–2017 Alibaba. All rights reserved.