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

Method getAttributes

api/src/main/java/io/grpc/ServerCall.java:249–253  ·  view source on GitHub ↗

Returns properties of a single call. Attributes originate from the transport and can be altered by ServerTransportFilter. @return non-null Attributes container

()

Source from the content-addressed store, hash-verified

247 * @return non-{@code null} Attributes container
248 */
249 @ExperimentalApi("https://github.com/grpc/grpc-java/issues/1779")
250 @Grpc.TransportAttr
251 public Attributes getAttributes() {
252 return Attributes.EMPTY;
253 }
254
255 /**
256 * Gets the authority this call is addressed to.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected