public class ClientInterceptorAdapter extends Object implements io.grpc.ClientInterceptor
This is implemented as a single gRPC interceptor that runs all Flight client middleware sequentially.
Constructor and Description |
---|
ClientInterceptorAdapter(List<FlightClientMiddleware.Factory> factories) |
Modifier and Type | Method and Description |
---|---|
<ReqT,RespT> |
interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> method,
io.grpc.CallOptions callOptions,
io.grpc.Channel next) |
public ClientInterceptorAdapter(List<FlightClientMiddleware.Factory> factories)
Copyright © 2023 The Apache Software Foundation. All rights reserved.