Uses of Interface
io.grpc.testing.GrpcCleanupRule.Resource
-
Packages that use GrpcCleanupRule.Resource Package Description io.grpc.testing API that is useful for testing gRPC. -
-
Uses of GrpcCleanupRule.Resource in io.grpc.testing
Classes in io.grpc.testing that implement GrpcCleanupRule.Resource Modifier and Type Class Description private static classGrpcCleanupRule.ManagedChannelResourceprivate static classGrpcCleanupRule.ServerResourceFields in io.grpc.testing with type parameters of type GrpcCleanupRule.Resource Modifier and Type Field Description private java.util.List<GrpcCleanupRule.Resource>GrpcCleanupRule. resourcesMethods in io.grpc.testing with parameters of type GrpcCleanupRule.Resource Modifier and Type Method Description (package private) voidGrpcCleanupRule. register(GrpcCleanupRule.Resource resource)
-