Instance Propertygrpc-swift 2.0.0GRPCCore
shuffleAddressList
Whether the resolved addresses should be shuffled before attempting to connect to them.
var shuffleAddressList: Bool
Whether the resolved addresses should be shuffled before attempting to connect to them.
var shuffleAddressList: Bool
s8GRPCCore13ServiceConfigV013LoadBalancingC0V9PickFirstV18shuffleAddressListSbvp
What are these?DQGH
import GRPCCore
A gRPC library for Swift written natively in Swift.
struct PickFirst
Configuration for the pick-first load balancing policy.
struct ServiceConfig
Service configuration values.
struct LoadBalancingConfig
Configuration used by clients for load-balancing.
@frozen struct Bool
A value type whose instances are either true
or false
.
init(from decoder: any Decoder) throws
init(shuffleAddressList: Bool = false)
Creates a new pick-first load balancing policy.