Uses of Class
io.grpc.Metadata.LazyValue
-
Packages that use Metadata.LazyValue Package Description io.grpc The gRPC core public API. -
-
Uses of Metadata.LazyValue in io.grpc
Methods in io.grpc that return Metadata.LazyValue Modifier and Type Method Description (package private) static <T> Metadata.LazyValue<T>
Metadata.LazyValue. create(Metadata.Key<T> key, T value)
-