Class AsyncClient
- java.lang.Object
-
- org.apache.flink.streaming.examples.async.AsyncClient
-
public class AsyncClient extends Object
A simple asynchronous client that simulates interacting with an unreliable external service.
-
-
Constructor Summary
Constructors Constructor Description AsyncClient()
-
-
-
Method Detail
-
query
public CompletableFuture<String> query(int key)
-
-