Package io.quarkus.grpc.runtime.supports
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 Summary
Constructors Constructor Description EventLoopBlockingCheckInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <ReqT,RespT>
io.grpc.ClientCall<ReqT,RespT>interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> method, io.grpc.CallOptions callOptions, io.grpc.Channel next)
-