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

Method close

xds/src/main/java/io/grpc/xds/XdsConfig.java:262–262  ·  view source on GitHub ↗

Release resources without throwing exceptions.

()

Source from the content-addressed store, hash-verified

260 public interface Subscription extends Closeable {
261 /** Release resources without throwing exceptions. */
262 @Override
263 void close();
264 }
265}

Callers

nothing calls this directly

Implementers 15

S2AStubs2a/src/main/java/io/grpc/s2a/internal
S2AProtocolNegotiators2a/src/main/java/io/grpc/s2a/internal
ChannelResources2a/src/main/java/io/grpc/s2a/internal
CachingRlsLbClientrls/src/main/java/io/grpc/rls/CachingR
RlsPickerrls/src/main/java/io/grpc/rls/CachingR
LinkedHashLruCacherls/src/main/java/io/grpc/rls/LinkedHa
LogEntryRecordergae-interop-testing/gae-jdk8/src/main/
ForwardingReadableBufferTestcore/src/test/java/io/grpc/internal/Fo
ManagedChannelImplTestcore/src/test/java/io/grpc/internal/Ma
ServerImplTestcore/src/test/java/io/grpc/internal/Se
ResourceFactorycore/src/test/java/io/grpc/internal/Sh
ExceptionOnCloseResourcecore/src/test/java/io/grpc/internal/Sh

Calls

no outgoing calls

Tested by

no test coverage detected