Class RpcResult

java.lang.Object
org.apache.dubbo.rpc.AppResponse
com.alibaba.dubbo.rpc.RpcResult
All Implemented Interfaces:
Result, Serializable, org.apache.dubbo.rpc.Result

@Deprecated public class RpcResult extends org.apache.dubbo.rpc.AppResponse implements Result
Deprecated.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.alibaba.dubbo.rpc.Result

    Result.CompatibleResult
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
    RpcResult(Object result)
    Deprecated.
     
    RpcResult(Throwable exception)
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.apache.dubbo.rpc.AppResponse

    addAttachments, addObjectAttachments, clear, get, get, getAttachment, getAttachment, getAttachments, getAttribute, getException, getObjectAttachment, getObjectAttachment, getObjectAttachments, getValue, hasException, recreate, setAttachment, setAttachment, setAttachments, setAttribute, setException, setObjectAttachment, setObjectAttachments, setValue, thenApply, toString, whenCompleteWithContext

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.dubbo.rpc.Result

    addAttachments, get, get, getAttachment, getAttachment, getAttachments, getException, getValue, hasException, recreate, setAttachment, setAttachment, setAttachments, setObjectAttachment, thenApply, whenCompleteWithContext
  • Constructor Details

    • RpcResult

      public RpcResult()
      Deprecated.
    • RpcResult

      public RpcResult(Object result)
      Deprecated.
    • RpcResult

      public RpcResult(Throwable exception)
      Deprecated.