Package io.quarkus.stork
Interface StorkLoadBalancerConfiguration
-
public interface StorkLoadBalancerConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>parameters()Load Balancer parameters.Stringtype()Configures load balancer type, e.g.
-
-
-
Method Detail
-
type
@WithDefault("round-robin") String type()Configures load balancer type, e.g. "round-robin". A LoadBalancerProvider for the type has to be available
-
-