Record Class ServiceConfig.LoadBalancingConfig.RoundRobinLoadBalancingConfig
java.lang.Object
java.lang.Record
org.springframework.boot.grpc.client.autoconfigure.ServiceConfig.LoadBalancingConfig.RoundRobinLoadBalancingConfig
- Enclosing class:
ServiceConfig.LoadBalancingConfig
public static record ServiceConfig.LoadBalancingConfig.RoundRobinLoadBalancingConfig()
extends Record
'round robin' load balancing.
- Since:
- 4.1.0
- Author:
- Phillip Webb
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aRoundRobinLoadBalancingConfigrecord class. -
Method Summary
-
Constructor Details
-
RoundRobinLoadBalancingConfig
public RoundRobinLoadBalancingConfig()Creates an instance of aRoundRobinLoadBalancingConfigrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-