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)
Called when headers are successfully generated.
|
void |
fail(Status status)
Called when there has been an error when preparing the headers.
|