Package io.grpc

Class ServerStreamTracer.ServerCallInfo<ReqT,RespT>

java.lang.Object
io.grpc.ServerStreamTracer.ServerCallInfo<ReqT,RespT>
Enclosing class:
ServerStreamTracer

public abstract static class ServerStreamTracer.ServerCallInfo<ReqT,RespT> extends Object
A data class with info about the started ServerCall.
  • Constructor Details

    • ServerCallInfo

      public ServerCallInfo()
  • Method Details

    • getMethodDescriptor

      public abstract MethodDescriptor<ReqT,RespT> getMethodDescriptor()
    • getAttributes

      public abstract Attributes getAttributes()
    • getAuthority

      @Nullable public abstract String getAuthority()