Package io.grpc.benchmarks.qps
Class AsyncClient
- java.lang.Object
-
- io.grpc.benchmarks.qps.AsyncClient
-
public class AsyncClient extends java.lang.ObjectQPS Client using the non-blocking API.
-
-
Constructor Summary
Constructors Constructor Description AsyncClient(ClientConfiguration config)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... args)checkstyle complains if there is no javadoc comment here.voidrun()Start the QPS Client.
-
-
-
Constructor Detail
-
AsyncClient
public AsyncClient(ClientConfiguration config)
-
-