Skip navigation links

Back to Apache Flink Website

Package org.apache.flink.statefun.examples.async.service

This package represents a fictions service that needs to compute something asynchronously.

See: Description

Package org.apache.flink.statefun.examples.async.service Description

This package represents a fictions service that needs to compute something asynchronously. In this example, a query service keeps tack of tasks that are executed elsewhere (perhaps some worker pool outside of the application) see: TaskQueryService. In reality, functions might want to compute something asynchronously like sending an http request, querying a remote database, or anything really that needs some time to complete.
Skip navigation links

Back to Apache Flink Website

Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.