| Interface and Description |
|---|
| com.alibaba.dubbo.rpc.service.EchoService |
| com.alibaba.dubbo.rpc.service.GenericService |
| Class and Description |
|---|
| org.apache.dubbo.rpc.ListenableFilter |
| org.apache.dubbo.rpc.RpcConstants
Replace to org.apache.dubbo.common.Constants
|
| Exceptions and Description |
|---|
| com.alibaba.dubbo.rpc.service.GenericException |
| Method and Description |
|---|
| org.apache.dubbo.rpc.FutureContext.getCompatibleCompletableFuture() |
| org.apache.dubbo.rpc.RpcContext.getInvocation()
Replace to getMethodName(), getParameterTypes(), getArguments()
|
| org.apache.dubbo.rpc.RpcContext.getInvoker()
Replace to getUrl()
|
| org.apache.dubbo.rpc.RpcContext.getInvokers()
Replace to getUrls()
|
| org.apache.dubbo.rpc.RpcContext.isClientSide()
Replace to isConsumerSide()
|
| org.apache.dubbo.rpc.RpcContext.isServerSide()
Replace to isProviderSide()
|
| org.apache.dubbo.rpc.Filter.onResponse(Result, Invoker<?>, Invocation) |
| org.apache.dubbo.rpc.FutureContext.setCompatibleFuture(CompletableFuture<?>) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.