类的使用
org.apache.dubbo.rpc.AsyncRpcResult
-
使用AsyncRpcResult的程序包 程序包 说明 org.apache.dubbo.rpc -
-
org.apache.dubbo.rpc中AsyncRpcResult的使用
返回AsyncRpcResult的org.apache.dubbo.rpc中的方法 修饰符和类型 方法 说明 static 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)
-