Class AsyncMethodInfo

java.lang.Object
org.apache.dubbo.rpc.model.AsyncMethodInfo

public class AsyncMethodInfo extends Object
  • Constructor Details

    • AsyncMethodInfo

      public AsyncMethodInfo()
  • Method Details

    • getOninvokeInstance

      public Object getOninvokeInstance()
    • setOninvokeInstance

      public void setOninvokeInstance(Object oninvokeInstance)
    • getOninvokeMethod

      public Method getOninvokeMethod()
    • setOninvokeMethod

      public void setOninvokeMethod(Method oninvokeMethod)
    • getOnreturnInstance

      public Object getOnreturnInstance()
    • setOnreturnInstance

      public void setOnreturnInstance(Object onreturnInstance)
    • getOnreturnMethod

      public Method getOnreturnMethod()
    • setOnreturnMethod

      public void setOnreturnMethod(Method onreturnMethod)
    • getOnthrowInstance

      public Object getOnthrowInstance()
    • setOnthrowInstance

      public void setOnthrowInstance(Object onthrowInstance)
    • getOnthrowMethod

      public Method getOnthrowMethod()
    • setOnthrowMethod

      public void setOnthrowMethod(Method onthrowMethod)