MCPcopy Create free account
hub / github.com/grpc/grpc-java / cleanUp

Method cleanUp

testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java:212–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 @VisibleForTesting
211 interface Resource {
212 void cleanUp();
213
214 /**
215 * Error already happened, try the best to clean up. Never throws.

Implementers 3

FakeResourcetesting/src/test/java/io/grpc/testing/
ManagedChannelResourcetesting/src/main/java/io/grpc/testing/
ServerResourcetesting/src/main/java/io/grpc/testing/

Calls

no outgoing calls