@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface RpcExporter
RpcServiceExporter.| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
group
group for naming service
|
boolean |
ignoreFailOfNamingService
ignore it when failed to register naming service
|
String |
interceptorBeanName
bean name of RPC interceptor bean type must be
Interceptor. |
String |
namingServiceFactoryBeanName
bean name of
NamingServiceFactory. |
String |
rpcServerOptionsBeanName
bean name of RPC server options bean type must be
RpcServerOptions. |
String |
version
version for naming service
|
public abstract String port
public abstract String rpcServerOptionsBeanName
RpcServerOptions.public abstract String interceptorBeanName
Interceptor.public abstract String namingServiceFactoryBeanName
NamingServiceFactory.public abstract String group
public abstract String version
Copyright © 2019 Baidu, Inc.. All rights reserved.