Returns properties of a single call. Attributes originate from the transport and can be altered by ServerTransportFilter. @return non-null Attributes container
()
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected