Class AsyncGetFeatureCollectionByQuadKeyRequest

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

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

  • Method Details

    • executor

      public scala.concurrent.ExecutionContext executor()
    • asyncInvoke

      public void asyncInvoke(scala.Tuple2<Object,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,String>,InteractiveMapFeaturePojo>