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

Method refresh

api/src/main/java/io/grpc/NameResolver.java:146–146  ·  view source on GitHub ↗

Re-resolve the name. Can only be called after #start has been called. This is only a hint. Implementation takes it as a signal but may not start resolution immediately. It should never throw. The default implementation is no-op. @since 1.0.0

()

Source from the content-addressed store, hash-verified

144 * @since 1.0.0
145 */
146 public void refresh() {}
147
148 /**
149 * Factory that creates {@link NameResolver} instances.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected