pub struct Builder { /* private fields */ }
Expand description
A builder for VirtualGatewayGrpcConnectionPool
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn max_requests(self, input: i32) -> Self
pub fn max_requests(self, input: i32) -> Self
Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.
sourcepub fn set_max_requests(self, input: Option<i32>) -> Self
pub fn set_max_requests(self, input: Option<i32>) -> Self
Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.
sourcepub fn build(self) -> VirtualGatewayGrpcConnectionPool
pub fn build(self) -> VirtualGatewayGrpcConnectionPool
Consumes the builder and constructs a VirtualGatewayGrpcConnectionPool
.