Class EventLoopBlockingCheckInterceptor

java.lang.Object
io.quarkus.grpc.runtime.supports.EventLoopBlockingCheckInterceptor
All Implemented Interfaces:
io.grpc.ClientInterceptor

public class EventLoopBlockingCheckInterceptor extends Object implements io.grpc.ClientInterceptor
  • Constructor Details

    • EventLoopBlockingCheckInterceptor

      public EventLoopBlockingCheckInterceptor()
  • Method Details

    • interceptCall

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