Package io.grpc.netty

Interface StreamIdHolder

All Known Implementing Classes:
NettyClientStream.TransportState, NettyServerStream.TransportState

interface StreamIdHolder
Container for stream ids.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    id()
    Returns the id.
    io.perfmark.Tag
    tag()
     
  • Method Details

    • id

      int id()
      Returns the id.
    • tag

      io.perfmark.Tag tag()