Class LedgerCallCredentials
java.lang.Object
io.grpc.CallCredentials
com.daml.ledger.rxjava.grpc.helpers.LedgerCallCredentials
public final class LedgerCallCredentials
extends io.grpc.CallCredentials
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.CallCredentials
io.grpc.CallCredentials.MetadataApplier, io.grpc.CallCredentials.RequestInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyRequestMetadata
(io.grpc.CallCredentials.RequestInfo requestInfo, Executor appExecutor, io.grpc.CallCredentials.MetadataApplier applier) static <T extends io.grpc.stub.AbstractStub<T>>
TauthenticatingStub
(T stub, String token) Methods inherited from class io.grpc.CallCredentials
thisUsesUnstableApi
-
Constructor Details
-
LedgerCallCredentials
-
-
Method Details
-
authenticatingStub
-
applyRequestMetadata
public void applyRequestMetadata(io.grpc.CallCredentials.RequestInfo requestInfo, Executor appExecutor, io.grpc.CallCredentials.MetadataApplier applier) - Specified by:
applyRequestMetadata
in classio.grpc.CallCredentials
-