| commit | bd964c7f3460c308161cb6eb90583874a7d8d848 | [log] [tgz] |
|---|---|---|
| author | John Sirois <jsirois@apache.org> | Mon Feb 08 13:04:36 2016 -0700 |
| committer | Nobuaki Sukegawa <nsuke@apache.org> | Fri Mar 18 22:33:38 2016 +0900 |
| tree | 9f8518aa4fd7b5bbad898ddbeaf4c0387a91076f | |
| parent | a4f96403210566bd1e76fee9b6e40412ff014e0a [diff] |
THRIFT-3112 [Java] AsyncMethodCallback should be typed in generated AsyncIface The parametrization brings the existing actual parametrization with client call implementation objects to the fore and so this change also fixes that parametrization to be a simple parametrization over the return type as is done in the server-side AsyncProcessor code. NB: This is a breaking change in both generated code and the client libs. This closes #840