JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.alibaba.dubbo.remoting.exchange
Interface ResponseCallback
@Deprecated
public interface
ResponseCallback
Deprecated.
2019-06-20
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
void
caught
(
Throwable
exception)
Deprecated.
caught exception.
void
done
(
Object
response)
Deprecated.
done.
Method Details
done
void
done
(
Object
response)
Deprecated.
done.
Parameters:
response
-
caught
void
caught
(
Throwable
exception)
Deprecated.
caught exception.
Parameters:
exception
-