Package org.apache.flink.streaming.api.functions.async
-
Interface Summary Interface Description AsyncFunction<IN,OUT> A function to trigger Async I/O operation.AsyncRetryPredicate<OUT> Interface encapsulates an asynchronous retry predicate.AsyncRetryStrategy<OUT> Interface encapsulates an asynchronous retry strategy.ResultFuture<OUT> ResultFuture
collects data / error in user codes while processing async i/o. -
Class Summary Class Description RichAsyncFunction<IN,OUT> Rich variant of theAsyncFunction
.