Package xyz.block.ftl.runtime
Class CurrentRequestClientInterceptor
-
- All Implemented Interfaces:
-
io.grpc.ClientInterceptor
public class CurrentRequestClientInterceptor implements ClientInterceptor
-
-
Constructor Summary
Constructors Constructor Description CurrentRequestClientInterceptor()
-
Method Summary
Modifier and Type Method Description <ReqT, RespT> ClientCall<ReqT, RespT>interceptCall(MethodDescriptor<ReqT, RespT> method, CallOptions callOptions, Channel next)-
-
Method Detail
-
interceptCall
<ReqT, RespT> ClientCall<ReqT, RespT> interceptCall(MethodDescriptor<ReqT, RespT> method, CallOptions callOptions, Channel next)
-
-
-
-