Uses of Class
org.apache.dubbo.rpc.AsyncRpcResult
Packages that use AsyncRpcResult
-
Uses of AsyncRpcResult in org.apache.dubbo.rpc
Methods in org.apache.dubbo.rpc that return AsyncRpcResultModifier and TypeMethodDescriptionstatic AsyncRpcResultAsyncRpcResult.newDefaultAsyncResult(Object value, Throwable t, Invocation invocation) static AsyncRpcResultAsyncRpcResult.newDefaultAsyncResult(Object value, Invocation invocation) static AsyncRpcResultAsyncRpcResult.newDefaultAsyncResult(Throwable t, Invocation invocation) static AsyncRpcResultAsyncRpcResult.newDefaultAsyncResult(AppResponse appResponse, Invocation invocation) Some utility methods used to quickly generate default AsyncRpcResult instance.static AsyncRpcResultAsyncRpcResult.newDefaultAsyncResult(Invocation invocation)