Package io.smallrye.stork.api.config
Annotation Type LoadBalancerType
-
@Retention(RUNTIME) @Target(TYPE) public @interface LoadBalancerType
The type of the load balancer. Use this annotation on yourLoadBalancerProviderThe type is used to determine load balancer for services. Usestork.<my-service>.load-balancer.type=my-load-balancerto use aLoadBalancerProviderannotated with@LoadBalancerType("my-load-balancer")
-
-
Element Detail
-
value
String value
- Returns:
- the type of the load balance
-
-