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 class
GrpcCleanupRule.ManagedChannelResource
private static class
GrpcCleanupRule.ServerResource
Fields in io.grpc.testing with type parameters of type GrpcCleanupRule.Resource Modifier and Type Field Description private java.util.List<GrpcCleanupRule.Resource>
GrpcCleanupRule. resources
Methods in io.grpc.testing with parameters of type GrpcCleanupRule.Resource Modifier and Type Method Description (package private) void
GrpcCleanupRule. register(GrpcCleanupRule.Resource resource)
-