Class AsyncGetFeatureCollectionByIdsRequest

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

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

  • Method Details

    • executor

      public scala.concurrent.ExecutionContext executor()
    • asyncInvoke

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