public interface RsfBindInfo<T> extends BindInfo<T>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAliasName(String aliasType) |
Set<String> |
getAliasTypes() |
String |
getBindGroup() |
String |
getBindID() |
String |
getBindName() |
Set<String> |
getBindProtocols() |
Class<T> |
getBindType() |
String |
getBindVersion() |
int |
getClientTimeout() |
String |
getSerializeType() |
RsfServiceType |
getServiceType() |
boolean |
isMessage()
返回接口是否为一个 Message 接口。
|
boolean |
isShadow()
接口是否要求工作在隐藏模式下。
|
boolean |
isSharedThreadPool()
服务的执行线程池是否为共享线程池。
|
getMetaData, removeMetaData, setMetaDataString getBindName()
getBindName 在接口中 BindInfo<T>String getBindGroup()
String getBindVersion()
Class<T> getBindType()
getBindType 在接口中 BindInfo<T>RsfServiceType getServiceType()
Set<String> getBindProtocols()
boolean isMessage()
RsfMessageboolean isShadow()
int getClientTimeout()
String getSerializeType()
boolean isSharedThreadPool()
Copyright © 2020–2021. All rights reserved.