@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface RpcExporter
RpcServiceExporter.| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
host
Host.
|
String |
invokerIntercepterBeanName
bean name of RPC intercepter bean type must be
InvokerInterceptor. |
String |
rpcServerOptionsBeanName
bean name of RPC server options bean type must be
RpcServerOptions. |
public abstract String port
public abstract String host
public abstract String rpcServerOptionsBeanName
RpcServerOptions.public abstract String invokerIntercepterBeanName
InvokerInterceptor.Copyright © 2022 Baidu, Inc.. All rights reserved.