@Deprecated public class ContextAddingInterceptor extends Object implements io.grpc.ClientInterceptor
Constructor and Description |
---|
ContextAddingInterceptor(String context)
Deprecated.
Constructs a
ContextAddingInterceptor to attach the given context . |
Modifier and Type | Method and Description |
---|---|
<ReqT,RespT> |
interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> methodDescriptor,
io.grpc.CallOptions callOptions,
io.grpc.Channel channel)
Deprecated.
|
public ContextAddingInterceptor(String context)
ContextAddingInterceptor
to attach the given context
.context
- the context to attach to outgoing messagesCopyright © 2010–2023. All rights reserved.