Package org.apache.flink.streaming.api.functions.async
package org.apache.flink.streaming.api.functions.async
-
ClassDescriptionAsyncFunction<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>ResultFuturecollects data / error in user codes while processing async i/o.RichAsyncFunction<IN,OUT> Rich variant of theAsyncFunction.