Class DelegatingAsyncResultFuture

java.lang.Object
org.apache.flink.table.runtime.operators.calc.async.DelegatingAsyncResultFuture
All Implemented Interfaces:
BiConsumer<Object,Throwable>

public class DelegatingAsyncResultFuture extends Object implements BiConsumer<Object,Throwable>
Inspired by DelegatingResultFuture for AsyncScalarFunction.
  • Constructor Details

    • DelegatingAsyncResultFuture

      public DelegatingAsyncResultFuture(org.apache.flink.streaming.api.functions.async.ResultFuture<Object> delegatedResultFuture)
  • Method Details