Class DelegatingResultFuture<OUT>

java.lang.Object
org.apache.flink.table.runtime.operators.join.lookup.DelegatingResultFuture<OUT>
All Implemented Interfaces:
BiConsumer<Collection<OUT>,Throwable>

public class DelegatingResultFuture<OUT> extends Object implements BiConsumer<Collection<OUT>,Throwable>
Delegates actions of CompletableFuture to ResultFuture. This is used as a bridge between AsyncTableFunction and AsyncFunction.