Package io.micronaut.http.client.loadbalance
package io.micronaut.http.client.loadbalance
HTTP load balance strategies.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionA factory class that can be replaced at runtime for creating
LoadBalancer
instances that load balance between available clients provided by theDiscoveryClient
.ALoadBalancer
that uses theDiscoveryClient
and aServiceInstance
ID to automatically load balance between discovered clients in a non-blocking manner.ALoadBalancer
that resolves a fixed URI.Converters from URL toLoadBalancer
interface.The defaultLoadBalancer
factory for creatingLoadBalancer
instances fromServiceInstanceList
instances.