Uses of Class
io.grpc.testing.GrpcCleanupRule
-
Packages that use GrpcCleanupRule Package Description io.grpc.testing API that is useful for testing gRPC. -
-
Uses of GrpcCleanupRule in io.grpc.testing
Methods in io.grpc.testing that return GrpcCleanupRule Modifier and Type Method Description (package private) GrpcCleanupRule
GrpcCleanupRule. setTicker(com.google.common.base.Ticker ticker)
Sets a specified time source for monitoring cleanup timeout.GrpcCleanupRule
GrpcCleanupRule. setTimeout(long timeout, java.util.concurrent.TimeUnit timeUnit)
Sets a positive total time limit for the automatic resource cleanup.
-