Class GrpcRequestContextGrpcInterceptor

java.lang.Object
io.quarkus.grpc.runtime.supports.context.GrpcRequestContextGrpcInterceptor
All Implemented Interfaces:
io.grpc.ServerInterceptor, jakarta.enterprise.inject.spi.Prioritized

@ApplicationScoped public class GrpcRequestContextGrpcInterceptor extends Object implements io.grpc.ServerInterceptor, jakarta.enterprise.inject.spi.Prioritized
  • Constructor Details

    • GrpcRequestContextGrpcInterceptor

      public GrpcRequestContextGrpcInterceptor()
  • Method Details

    • interceptCall

      public <ReqT, RespT> io.grpc.ServerCall.Listener<ReqT> interceptCall(io.grpc.ServerCall<ReqT,RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT,RespT> next)
      Specified by:
      interceptCall in interface io.grpc.ServerInterceptor
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface jakarta.enterprise.inject.spi.Prioritized