Uses of Interface
com.google.cloud.grpc.GrpcTransportOptions.ExecutorFactory
-
Packages that use GrpcTransportOptions.ExecutorFactory Package Description com.google.cloud.grpc -
-
Uses of GrpcTransportOptions.ExecutorFactory in com.google.cloud.grpc
Classes in com.google.cloud.grpc that implement GrpcTransportOptions.ExecutorFactory Modifier and Type Class Description static class
GrpcTransportOptions.DefaultExecutorFactory
Methods in com.google.cloud.grpc that return GrpcTransportOptions.ExecutorFactory Modifier and Type Method Description GrpcTransportOptions.ExecutorFactory<ScheduledExecutorService>
GrpcTransportOptions. getExecutorFactory()
Returns a scheduled executor service provider.Methods in com.google.cloud.grpc with parameters of type GrpcTransportOptions.ExecutorFactory Modifier and Type Method Description GrpcTransportOptions.Builder
GrpcTransportOptions.Builder. setExecutorFactory(GrpcTransportOptions.ExecutorFactory<ScheduledExecutorService> executorFactory)
Sets the scheduled executor factory.
-