Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,12 @@ public Integer getMaxInboundMetadataSize() {
return maxInboundMetadataSize;
}

/** The configured channel pool settings used for gRPC's ChannelProvider */
@BetaApi("Channel pool sizing api is not yet stable")
public ChannelPoolSettings getChannelPoolSettings() {
return channelPoolSettings;
}

@Override
public boolean shouldAutoClose() {
return true;
Expand Down