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 startedServerCall
.
-
-
Constructor Summary
Constructors Constructor Description ServerCallInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Attributes
getAttributes()
abstract String
getAuthority()
abstract MethodDescriptor<ReqT,RespT>
getMethodDescriptor()
-
-
-
Method Detail
-
getMethodDescriptor
public abstract MethodDescriptor<ReqT,RespT> getMethodDescriptor()
-
getAttributes
public abstract Attributes getAttributes()
-
-