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 Summary
ConstructorsConstructorDescriptionAsyncPutFeaturesRequest(HRN hrn, Settings settings, String layerId, DataClientFlinkContextFactory contextFactory, PublishApiFactory publishApiFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidasyncInvoke(scala.collection.immutable.Seq<InteractiveMapFeaturePojo> featurePojos, org.apache.flink.streaming.api.functions.async.ResultFuture<scala.collection.immutable.Seq<String>> resultFuture) scala.concurrent.ExecutionContextexecutor()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.streaming.api.functions.async.AsyncFunction
timeout
-
Constructor Details
-
AsyncPutFeaturesRequest
public AsyncPutFeaturesRequest(HRN hrn, Settings settings, String layerId, DataClientFlinkContextFactory contextFactory, PublishApiFactory publishApiFactory)
-
-
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:
asyncInvokein interfaceorg.apache.flink.streaming.api.functions.async.AsyncFunction<scala.collection.immutable.Seq<InteractiveMapFeaturePojo>,scala.collection.immutable.Seq<String>>
-