Uses of Package
org.springframework.cloud.loadbalancer.core
Packages that use org.springframework.cloud.loadbalancer.core
Package
Description
Spring Cloud load balancer core abstractions.
-
Classes in org.springframework.cloud.loadbalancer.core used by org.springframework.cloud.loadbalancer.annotationClassDescriptionA Reactor based implementation of
ReactiveLoadBalancer.ASupplierof lists ofServiceInstanceobjects.To add X-Forwarded-Host and X-Forwarded-Proto Headers. -
Classes in org.springframework.cloud.loadbalancer.core used by org.springframework.cloud.loadbalancer.configClassDescriptionA
LoadBalancerRequestTransformerthat allows passing theinstanceId) of theServiceInstanceselected by theLoadBalancerClientin a cookie. -
Classes in org.springframework.cloud.loadbalancer.core used by org.springframework.cloud.loadbalancer.coreClassDescriptionRepresents a
ServiceInstanceListSupplierthat uses a delegateServiceInstanceListSupplierinstance underneath.A Reactor based implementation ofReactiveLoadBalancer.A marker interface forReactorLoadBalancerthat allows selectingServiceInstanceobjects.A callback interface that allows to pass the selected service instance data from the LoadBalancer.ASupplierof lists ofServiceInstanceobjects.A Builder for creating aServiceInstanceListSupplierhierarchy to be used inReactorLoadBalancerconfiguration.Allows creating aServiceInstanceListSupplierinstance based on providedConfigurableApplicationContextand anotherServiceInstanceListSupplierinstance that will be used as a delegate.Represents a function that calculate the weight of the given service instance. -