JavaResultFutureWrapper
@Internal
class JavaResultFutureWrapper[OUT](val javaResultFuture: ResultFuture[OUT]) extends ResultFuture[OUT]
Internal wrapper class to map a Flink's Java API org.apache.flink.streaming.api.functions.async.ResultFuture to a Scala io.findify.flink.api.async.ResultFuture.
- Type parameters:
- OUT
type of the output elements
- Value parameters:
- javaResultFuture
to forward the calls to