类的使用
org.apache.dubbo.rpc.RpcException
-
-
org.apache.dubbo.rpc中RpcException的使用
抛出RpcException的org.apache.dubbo.rpc中的方法 修饰符和类型 方法 说明 <T> Exporter<T>Protocol. export(Invoker<T> invoker)Export service for remote invocation:
1.voidExporterListener. exported(Exporter<?> exporter)The exporter exported.<T> Invoker<T>ProxyFactory. getInvoker(T proxy, Class<T> type, URL url)create invoker.<T> TProxyFactory. getProxy(Invoker<T> invoker)create proxy.<T> TProxyFactory. getProxy(Invoker<T> invoker, boolean generic)create proxy.ResultFilter. invoke(Invoker<?> invoker, Invocation invocation)Make sure call invoker.invoke() in your implementation.ResultInvoker. invoke(Invocation invocation)invoke.<T> Invoker<T>Protocol. refer(Class<T> type, URL url)Refer a remote service:
1.voidInvokerListener. referred(Invoker<?> invoker)The invoker referred -
org.apache.dubbo.rpc.filter中RpcException的使用
抛出RpcException的org.apache.dubbo.rpc.filter中的方法 修饰符和类型 方法 说明 ResultAccessLogFilter. invoke(Invoker<?> invoker, Invocation inv)This method logs the access log for service method invocation call.ResultActiveLimitFilter. invoke(Invoker<?> invoker, Invocation invocation)ResultClassLoaderFilter. invoke(Invoker<?> invoker, Invocation invocation)ResultCompatibleFilter. invoke(Invoker<?> invoker, Invocation invocation)ResultConsumerContextFilter. invoke(Invoker<?> invoker, Invocation invocation)ResultContextFilter. invoke(Invoker<?> invoker, Invocation invocation)ResultDeprecatedFilter. invoke(Invoker<?> invoker, Invocation invocation)ResultEchoFilter. invoke(Invoker<?> invoker, Invocation inv)ResultExceptionFilter. invoke(Invoker<?> invoker, Invocation invocation)ResultExecuteLimitFilter. invoke(Invoker<?> invoker, Invocation invocation)ResultGenericFilter. invoke(Invoker<?> invoker, Invocation inv)ResultGenericImplFilter. invoke(Invoker<?> invoker, Invocation invocation)ResultTimeoutFilter. invoke(Invoker<?> invoker, Invocation invocation)ResultTokenFilter. invoke(Invoker<?> invoker, Invocation inv)ResultTpsLimitFilter. invoke(Invoker<?> invoker, Invocation invocation) -
org.apache.dubbo.rpc.listener中RpcException的使用
抛出RpcException的org.apache.dubbo.rpc.listener中的方法 修饰符和类型 方法 说明 voidExporterListenerAdapter. exported(Exporter<?> exporter)ResultListenerInvokerWrapper. invoke(Invocation invocation)voidDeprecatedInvokerListener. referred(Invoker<?> invoker)voidInvokerListenerAdapter. referred(Invoker<?> invoker)voidExporterListenerAdapter. unexported(Exporter<?> exporter) -
org.apache.dubbo.rpc.protocol中RpcException的使用
抛出RpcException的org.apache.dubbo.rpc.protocol中的方法 修饰符和类型 方法 说明 <T> Exporter<T>AbstractProxyProtocol. export(Invoker<T> invoker)<T> Exporter<T>ProtocolFilterWrapper. export(Invoker<T> invoker)<T> Exporter<T>ProtocolListenerWrapper. export(Invoker<T> invoker)ResultAbstractInvoker. invoke(Invocation inv)ResultAsyncToSyncInvoker. invoke(Invocation invocation)ResultInvokerWrapper. invoke(Invocation invocation)<T> Invoker<T>AbstractProtocol. refer(Class<T> type, URL url)<T> Invoker<T>ProtocolFilterWrapper. refer(Class<T> type, URL url)<T> Invoker<T>ProtocolListenerWrapper. refer(Class<T> type, URL url) -
org.apache.dubbo.rpc.proxy中RpcException的使用
抛出RpcException的org.apache.dubbo.rpc.proxy中的方法 修饰符和类型 方法 说明 <T> TAbstractProxyFactory. getProxy(Invoker<T> invoker)<T> TAbstractProxyFactory. getProxy(Invoker<T> invoker, boolean generic)ResultAbstractProxyInvoker. invoke(Invocation invocation) -
org.apache.dubbo.rpc.proxy.wrapper中RpcException的使用
抛出RpcException的org.apache.dubbo.rpc.proxy.wrapper中的方法 修饰符和类型 方法 说明 <T> Invoker<T>StubProxyFactoryWrapper. getInvoker(T proxy, Class<T> type, URL url)<T> TStubProxyFactoryWrapper. getProxy(Invoker<T> invoker)<T> TStubProxyFactoryWrapper. getProxy(Invoker<T> invoker, boolean generic) -
org.apache.dubbo.rpc.support中RpcException的使用
抛出RpcException的org.apache.dubbo.rpc.support中的方法 修饰符和类型 方法 说明 <T> Exporter<T>MockProtocol. export(Invoker<T> invoker)ResultMockInvoker. invoke(Invocation invocation)<T> Invoker<T>MockProtocol. protocolBindingRefer(Class<T> type, URL url)
-