| 接口 | 说明 |
|---|---|
| AsyncFunction<IN,OUT> |
A function to trigger Async I/O operation.
|
| ResultFuture<OUT> |
ResultFuture collects data / error in user codes while processing async i/o. |
| 类 | 说明 |
|---|---|
| RichAsyncFunction<IN,OUT> |
Rich variant of the
AsyncFunction. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.