Class AsyncPutFeaturesRequest

java.lang.Object
com.here.platform.data.client.flink.impl.AsyncPutFeaturesRequest
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.streaming.api.functions.async.AsyncFunction<scala.collection.immutable.Seq<InteractiveMapFeaturePojo>,scala.collection.immutable.Seq<String>>

public class AsyncPutFeaturesRequest extends Object implements org.apache.flink.streaming.api.functions.async.AsyncFunction<scala.collection.immutable.Seq<InteractiveMapFeaturePojo>,scala.collection.immutable.Seq<String>>
See Also:
  • Constructor Details

  • Method Details

    • executor

      public scala.concurrent.ExecutionContext executor()
    • asyncInvoke

      public void asyncInvoke(scala.collection.immutable.Seq<InteractiveMapFeaturePojo> featurePojos, org.apache.flink.streaming.api.functions.async.ResultFuture<scala.collection.immutable.Seq<String>> resultFuture)
      Specified by:
      asyncInvoke in interface org.apache.flink.streaming.api.functions.async.AsyncFunction<scala.collection.immutable.Seq<InteractiveMapFeaturePojo>,scala.collection.immutable.Seq<String>>