Package io.servicetalk.grpc.api
Interface GrpcMetadata
-
- All Known Subinterfaces:
GrpcClientMetadata
,GrpcServiceContext
- All Known Implementing Classes:
DefaultGrpcClientMetadata
public interface GrpcMetadata
Metadata for a gRPC call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
path()
Returns the path for the associated gRPC method.
-