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

Method priority

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

A priority, from 0 to 10 that this provider should be used, taking the current environment into consideration. 5 should be considered the default, and then tweaked based on environment detection. A priority of 0 does not imply that the provider wouldn't work; just that it should be last in line.

()

Source from the content-addressed store, hash-verified

60 * be last in line.
61 */
62 protected abstract int priority();
63
64 /**
65 * Creates a new builder with the given port.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected