Package io.grpc.benchmarks.qps
Class ClientConfiguration
- java.lang.Object
-
- io.grpc.benchmarks.qps.ClientConfiguration
-
- All Implemented Interfaces:
Configuration
public class ClientConfiguration extends java.lang.Object implements Configuration
Configuration options for benchmark clients.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ManagedChannelnewChannel()Messages.SimpleRequestnewRequest()
-
-
-
Method Detail
-
newChannel
public io.grpc.ManagedChannel newChannel() throws java.io.IOException- Throws:
java.io.IOException
-
newRequest
public Messages.SimpleRequest newRequest()
-
-