Package org.apache.dubbo.rpc.model
Class AsyncMethodInfo
java.lang.Object
org.apache.dubbo.rpc.model.AsyncMethodInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetOninvokeInstance(Object oninvokeInstance) voidsetOninvokeMethod(Method oninvokeMethod) voidsetOnreturnInstance(Object onreturnInstance) voidsetOnreturnMethod(Method onreturnMethod) voidsetOnthrowInstance(Object onthrowInstance) voidsetOnthrowMethod(Method onthrowMethod)
-
Constructor Details
-
AsyncMethodInfo
public AsyncMethodInfo()
-
-
Method Details
-
getOninvokeInstance
-
setOninvokeInstance
-
getOninvokeMethod
-
setOninvokeMethod
-
getOnreturnInstance
-
setOnreturnInstance
-
getOnreturnMethod
-
setOnreturnMethod
-
getOnthrowInstance
-
setOnthrowInstance
-
getOnthrowMethod
-
setOnthrowMethod
-