public interface ProtobufRpcAnnotationRessolverListener
ProtobufRpcAnnotationResolver while doing annotation parser action.| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy()
Destroy.
|
void |
onRpcExporterAnnotationParsered(RpcExporter rpcExporter,
int port,
Object bean,
List<Object> registerServices)
This method will called after
RpcExporter annotation parsed. |
void |
onRpcProxyAnnotationParsed(RpcProxy rpcProxy,
RpcProxyFactoryBean newRpcProxyFactoryBean,
Object object)
This method will called after
RpcProxy annotation parsed. |
void onRpcExporterAnnotationParsered(RpcExporter rpcExporter, int port, Object bean, List<Object> registerServices)
RpcExporter annotation parsed.rpcExporter - RpcExporter annotationport - real portbean - target beanregisterServices - registered service listvoid destroy()
void onRpcProxyAnnotationParsed(RpcProxy rpcProxy, RpcProxyFactoryBean newRpcProxyFactoryBean, Object object)
RpcProxy annotation parsed.rpcProxy - RpcProxy annotationnewRpcProxyFactoryBean - a new created RpcProxyFactoryBeanobject - target PROXY bean for this RpcProxy annotation delegatedCopyright © 2022 Baidu, Inc.. All rights reserved.