Package io.smallrye.stork.api.config
Annotation Interface LoadBalancerType
The type of the load balancer. Use this annotation on your
LoadBalancerProvider
The type is used to determine load balancer for services.
Use stork.<my-service>.load-balancer.type=my-load-balancer to use a
LoadBalancerProvider annotated with @LoadBalancerType("my-load-balancer")-
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- the type of the load balance
-