Package io.quarkus.grpc.runtime.stork
Class StorkMeasuringGrpcInterceptor
- java.lang.Object
-
- io.quarkus.grpc.runtime.stork.StorkMeasuringGrpcInterceptor
-
- All Implemented Interfaces:
io.grpc.ClientInterceptor,jakarta.enterprise.inject.spi.Prioritized
@ApplicationScoped public class StorkMeasuringGrpcInterceptor extends Object implements io.grpc.ClientInterceptor, jakarta.enterprise.inject.spi.Prioritized
-
-
Constructor Summary
Constructors Constructor Description StorkMeasuringGrpcInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPriority()<ReqT,RespT>
io.grpc.ClientCall<ReqT,RespT>interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> method, io.grpc.CallOptions callOptions, io.grpc.Channel next)
-
-
-
Method Detail
-
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:
interceptCallin interfaceio.grpc.ClientInterceptor
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfacejakarta.enterprise.inject.spi.Prioritized
-
-