Class NettyClientBuilder

java.lang.Object
org.apache.arrow.flight.grpc.NettyClientBuilder

public class NettyClientBuilder extends Object
A wrapper around gRPC's Netty builder.

It is recommended to use the Netty channel builder directly with FlightGrpcUtils.createFlightClient(BufferAllocator, ManagedChannel). However, this class provides an adapter that implements the existing Flight-specific builder interface but allows usage of the Netty builder as well.