public class GrpcHeaderInterceptor extends Object implements io.grpc.ServerInterceptor
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.Context.Key<String> |
CONTENT_TYPE_CONTEXT_KEY |
static io.grpc.Context.Key<String> |
USER_AGENT_CONTEXT_KEY |
| Constructor and Description |
|---|
GrpcHeaderInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
<ReqT,RespT> |
interceptCall(io.grpc.ServerCall<ReqT,RespT> call,
io.grpc.Metadata requestHeaders,
io.grpc.ServerCallHandler<ReqT,RespT> next) |
Apache Camel