aljoscha commented on a change in pull request #10684: [FLINK-15279][doc] Document new executeAsync() method and the newly introduced JobClient URL: https://github.com/apache/flink/pull/10684#discussion_r362435434
########## File path: docs/dev/api_concepts.md ########## @@ -219,6 +219,17 @@ machine or submit your program for execution on a cluster. The `execute()` method is returning a `JobExecutionResult`, this contains execution times and accumulator results. +If you don't want to wait for the job finished, you are able to trigger the program execution by calling +`executeAysnc()` on the `StreamExecutionEnvironment`. It will return a `JobClient` with which you can +communicate with the job you just submitted. For instances, here is how to implemenet the same semantic Review comment: ```suggestion communicate with the job you just submitted. For instance, here is how to implement the semantics ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
