Client - The corresponding GrpcClientpublic interface BlockingGrpcClient<Client extends GrpcClient>
extends GracefulAutoCloseable
| Modifier and Type | Method and Description |
|---|---|
Client |
asClient()
Converts this
BlockingGrpcClient to a client. |
GrpcExecutionContext |
executionContext()
Get the
GrpcExecutionContext used during construction of this object. |
Client asClient()
BlockingGrpcClient to a client.BlockingGrpcClient as a Client.GrpcExecutionContext executionContext()
GrpcExecutionContext used during construction of this object.
Note that the ExecutionContext.ioExecutor() will not necessarily be associated with a specific thread
unless that was how this object was built.
GrpcExecutionContext used during construction of this object.