Uses of Class
io.grpc.CallCredentials2.MetadataApplier
-
Packages that use CallCredentials2.MetadataApplier Package Description io.grpc The gRPC core public API. -
-
Uses of CallCredentials2.MetadataApplier in io.grpc
Methods in io.grpc with parameters of type CallCredentials2.MetadataApplier Modifier and Type Method Description abstract voidCallCredentials2. applyRequestMetadata(CallCredentials.RequestInfo requestInfo, java.util.concurrent.Executor appExecutor, CallCredentials2.MetadataApplier applier)Deprecated.Pass the credential data to the givenCallCredentials2.MetadataApplier, which will propagate it to the request metadata.
-