public class JwtCallCredentials extends Object implements io.grpc.CallCredentials
Constructor and Description |
---|
JwtCallCredentials(String jwtToken) |
Modifier and Type | Method and Description |
---|---|
void |
applyRequestMetadata(io.grpc.MethodDescriptor<?,?> method,
io.grpc.Attributes attrs,
Executor executor,
io.grpc.CallCredentials.MetadataApplier applier) |
void |
thisUsesUnstableApi() |
public JwtCallCredentials(String jwtToken)
public void applyRequestMetadata(io.grpc.MethodDescriptor<?,?> method, io.grpc.Attributes attrs, Executor executor, io.grpc.CallCredentials.MetadataApplier applier)
applyRequestMetadata
in interface io.grpc.CallCredentials
public void thisUsesUnstableApi()
thisUsesUnstableApi
in interface io.grpc.CallCredentials
Apache Camel