public interface FilterableGrpcClient extends ListenableAsyncCloseable
Modifier and Type | Method and Description |
---|---|
GrpcExecutionContext |
executionContext()
Get the
GrpcExecutionContext used during construction of this object. |
onClose
closeAsync, closeAsyncGracefully
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.