| Method and Description |
|---|
| com.google.api.gax.grpc.GrpcCallableFactory.createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext)
Please use ServerStreamingCallSettings
|
| com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.needsExecutor()
If executor is not set, this channel provider will create channels with default
grpc executor.
|
| com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder.setExecutorProvider(ExecutorProvider) |
| com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.withExecutor(ScheduledExecutorService) |