Package io.dapr.workflows.internal
Class ApiTokenClientInterceptor
java.lang.Object
io.dapr.workflows.internal.ApiTokenClientInterceptor
- All Implemented Interfaces:
io.grpc.ClientInterceptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<ReqT,
RespT>
io.grpc.ClientCall<ReqT,RespT> interceptCall
(io.grpc.MethodDescriptor<ReqT, RespT> methodDescriptor, io.grpc.CallOptions options, io.grpc.Channel channel)
-
Constructor Details
-
ApiTokenClientInterceptor
public ApiTokenClientInterceptor()
-
-
Method Details
-
interceptCall
public <ReqT,RespT> io.grpc.ClientCall<ReqT,RespT> interceptCall(io.grpc.MethodDescriptor<ReqT, RespT> methodDescriptor, io.grpc.CallOptions options, io.grpc.Channel channel) - Specified by:
interceptCall
in interfaceio.grpc.ClientInterceptor
-