Annotation Type LoadBalanced


@Target({FIELD,PARAMETER,METHOD}) @Retention(RUNTIME) @Documented @Inherited @Qualifier public @interface LoadBalanced
Annotation to mark a RestTemplate or WebClient bean to be configured to use a LoadBalancerClient.
Author:
Spencer Gibb