public class GrpcClientInterceptor extends Object implements io.grpc.ClientInterceptor
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.Metadata.Key<String> |
ACCESS_TOKEN_HEADER |
| Constructor and Description |
|---|
GrpcClientInterceptor(String authToken) |
| Modifier and Type | Method and Description |
|---|---|
<ReqT,RespT> |
interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> methodDescriptor,
io.grpc.CallOptions callOptions,
io.grpc.Channel channel) |
Copyright © 2020 LightStep. All rights reserved.