Class GrpcChannelUUIDInterceptorTarget

java.lang.Object
org.apache.camel.quarkus.support.google.pubsub.graal.GrpcChannelUUIDInterceptorTarget
All Implemented Interfaces:
io.grpc.ClientInterceptor

final class GrpcChannelUUIDInterceptorTarget extends Object implements io.grpc.ClientInterceptor
  • Constructor Details

    • GrpcChannelUUIDInterceptorTarget

      GrpcChannelUUIDInterceptorTarget()
  • Method Details

    • interceptCall

      public <ReqT, RespT> io.grpc.ClientCall<ReqT,RespT> interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> methodDescriptor, io.grpc.CallOptions callOptions, io.grpc.Channel channel)
      Specified by:
      interceptCall in interface io.grpc.ClientInterceptor