public static final class BenchmarkServiceGrpc.BenchmarkServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<BenchmarkServiceGrpc.BenchmarkServiceBlockingStub>
| Modifier and Type | Method and Description |
|---|---|
protected BenchmarkServiceGrpc.BenchmarkServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Iterator<Messages.SimpleResponse> |
streamingFromServer(Messages.SimpleRequest request)
Single-sided unbounded streaming from server to client
The server repeatedly returns the client payload as-is
|
Messages.SimpleResponse |
unaryCall(Messages.SimpleRequest request)
One request followed by one response.
|
protected BenchmarkServiceGrpc.BenchmarkServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<BenchmarkServiceGrpc.BenchmarkServiceBlockingStub>public Messages.SimpleResponse unaryCall(Messages.SimpleRequest request)
One request followed by one response. The server returns the client payload as-is.
public Iterator<Messages.SimpleResponse> streamingFromServer(Messages.SimpleRequest request)
Single-sided unbounded streaming from server to client The server repeatedly returns the client payload as-is