Package io.grpc

Class ClientStreamTracer.StreamInfo

  • Enclosing class:
    ClientStreamTracer

    @ExperimentalApi("https://github.com/grpc/grpc-java/issues/2861")
    public static final class ClientStreamTracer.StreamInfo
    extends java.lang.Object
    Information about a stream.

    Note this class doesn't override equals() and hashCode, as is the case for CallOptions.

    Since:
    1.20.0
    • Method Detail

      • getTransportAttrs

        @TransportAttr
        public Attributes getTransportAttrs()
        Returns the attributes of the transport that this stream was created on.
      • getCallOptions

        public CallOptions getCallOptions()
        Returns the effective CallOptions of the call.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object