Uses of Class
org.apache.dubbo.rpc.AppResponse
Packages that use AppResponse
Package
Description
FutureAdapter was in dubbo-rpc-dubbo module,
considering some users will use this class directly, keep the package not changed.-
Uses of AppResponse in org.apache.dubbo.rpc
Methods in org.apache.dubbo.rpc that return types with arguments of type AppResponseMethods in org.apache.dubbo.rpc with parameters of type AppResponseModifier and TypeMethodDescriptionstatic AsyncRpcResultAsyncRpcResult.newDefaultAsyncResult(AppResponse appResponse, Invocation invocation) Some utility methods used to quickly generate default AsyncRpcResult instance.Method parameters in org.apache.dubbo.rpc with type arguments of type AppResponseModifier and TypeMethodDescriptionvoidAsyncRpcResult.setResponseFuture(CompletableFuture<AppResponse> responseFuture) Constructor parameters in org.apache.dubbo.rpc with type arguments of type AppResponseModifierConstructorDescriptionAsyncRpcResult(CompletableFuture<AppResponse> future, Invocation invocation) -
Uses of AppResponse in org.apache.dubbo.rpc.protocol.dubbo
Constructor parameters in org.apache.dubbo.rpc.protocol.dubbo with type arguments of type AppResponse