@Deprecated @ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1914") public static interface CallCredentials.MetadataApplier
Exactly one of its methods must be called to make the RPC proceed.
Modifier and Type | Method and Description |
---|---|
void |
apply(Metadata headers)
Deprecated.
Called when headers are successfully generated.
|
void |
fail(Status status)
Deprecated.
Called when there has been an error when preparing the headers.
|
Copyright © 2018. All rights reserved.