Uses of Interface
com.google.cloud.grpc.GrpcTransportOptions.ExecutorFactory
-
-
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 classGrpcTransportOptions.DefaultExecutorFactoryMethods 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.BuilderGrpcTransportOptions.Builder. setExecutorFactory(GrpcTransportOptions.ExecutorFactory<ScheduledExecutorService> executorFactory)Sets the scheduled executor factory.
-