public abstract class RpcBinding
extends com.alipay.sofa.runtime.spi.binding.AbstractBinding
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext
Spring 上下文
|
protected String |
appName |
protected String |
beanId |
protected com.alipay.sofa.rpc.config.ConsumerConfig |
consumerConfig
the ConsumerConfig 。
|
protected boolean |
inBinding
是否是服务引用方
|
protected RpcBindingParam |
rpcBindingParam |
| 构造器和说明 |
|---|
RpcBinding(RpcBindingParam bindingParam,
org.springframework.context.ApplicationContext applicationContext,
boolean inBinding) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object object) |
org.springframework.context.ApplicationContext |
getApplicationContext()
Getter method for property applicationContext.
|
String |
getAppName()
Getter method for property appName.
|
String |
getBeanId()
Getter method for property beanId.
|
int |
getBindingHashCode() |
Element |
getBindingPropertyContent() |
String |
getBootStrap() |
com.alipay.sofa.rpc.config.ConsumerConfig |
getConsumerConfig()
Getter method for property consumerConfig.
|
RpcBindingParam |
getRpcBindingParam()
Getter method for property rpcBindingParam.
|
String |
getURI() |
int |
hashCode() |
com.alipay.sofa.runtime.spi.health.HealthResult |
healthCheck()
健康检查
|
boolean |
isInBinding()
Getter method for property inBinding.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Setter method for property applicationContext.
|
void |
setAppName(String appName)
Setter method for property appName.
|
void |
setBeanId(String beanId)
Setter method for property beanId.
|
void |
setConsumerConfig(com.alipay.sofa.rpc.config.ConsumerConfig consumerConfig)
Setter method for property consumerConfig.
|
void |
setInBinding(boolean inBinding)
Setter method for property inBinding.
|
void |
setRpcBindingParam(RpcBindingParam rpcBindingParam)
Setter method for property rpcBindingParam.
|
protected String appName
protected String beanId
protected RpcBindingParam rpcBindingParam
protected org.springframework.context.ApplicationContext applicationContext
protected boolean inBinding
protected com.alipay.sofa.rpc.config.ConsumerConfig consumerConfig
public RpcBinding(RpcBindingParam bindingParam, org.springframework.context.ApplicationContext applicationContext, boolean inBinding)
public String getBootStrap()
public String getURI()
public Element getBindingPropertyContent()
public int getBindingHashCode()
public com.alipay.sofa.runtime.spi.health.HealthResult healthCheck()
public String getAppName()
public void setAppName(String appName)
appName - value to be assigned to property appNamepublic String getBeanId()
public void setBeanId(String beanId)
beanId - value to be assigned to property beanIdpublic RpcBindingParam getRpcBindingParam()
public void setRpcBindingParam(RpcBindingParam rpcBindingParam)
rpcBindingParam - value to be assigned to property rpcBindingParampublic org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
applicationContext - value to be assigned to property applicationContextpublic boolean isInBinding()
public void setInBinding(boolean inBinding)
inBinding - value to be assigned to property inBindingpublic com.alipay.sofa.rpc.config.ConsumerConfig getConsumerConfig()
public void setConsumerConfig(com.alipay.sofa.rpc.config.ConsumerConfig consumerConfig)
consumerConfig - value to be assigned to property consumerConfigCopyright © 2018 Pivotal Software, Inc.. All rights reserved.