Class CustomClientInterceptor
java.lang.Object
org.apache.camel.quarkus.component.grpc.it.CustomClientInterceptor
- All Implemented Interfaces:
io.grpc.ClientInterceptor
@Singleton
@Named
public class CustomClientInterceptor
extends Object
implements io.grpc.ClientInterceptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<ReqT,RespT>
io.grpc.ClientCall<ReqT,RespT> interceptCall(io.grpc.MethodDescriptor<ReqT, RespT> method, io.grpc.CallOptions callOptions, io.grpc.Channel next)
-
Field Details
-
PING_ID
-
-
Constructor Details
-
CustomClientInterceptor
public CustomClientInterceptor()
-
-
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:
interceptCallin interfaceio.grpc.ClientInterceptor
-