Package com.google.cloud.grpc (2.36.1)

GitHub Repository

Classes

Class Description
com.google.cloud.grpc.GrpcTransportOptions Class representing service options for those services that use gRPC as the transport layer.
com.google.cloud.grpc.GrpcTransportOptions.Builder Builder for GrpcTransportOptions.
com.google.cloud.grpc.GrpcTransportOptions.DefaultExecutorFactory

Interfaces

Interface Description
com.google.cloud.grpc.GrpcTransportOptions.ExecutorFactory An interface for ExecutorService factories. Implementations of this interface can be used to provide an user-defined executor to execute requests. Any implementation of this interface must override the get() method to return the desired executor. The release(executor) method should be overriden to free resources used by the executor (if

Exceptions

Exception Description
com.google.cloud.grpc.BaseGrpcServiceException Base class for all exceptions from grpc-based services.