Interface ReactiveLoadBalancer.Factory<T>
- Enclosing interface:
- ReactiveLoadBalancer<T>
public static interface ReactiveLoadBalancer.Factory<T>
-
Method Summary
Modifier and TypeMethodDescriptiongetInstance(String serviceId) <X> XgetInstance(String name, Class<?> clazz, Class<?>... generics) Allows accessing a bean registered within client-specific LoadBalancer contexts.getInstances(String name, Class<X> type) Allows accessing beans registered within client-specific LoadBalancer contexts.default LoadBalancerPropertiesgetProperties(String serviceId)
-
Method Details
-
getProperties
-
getInstance
-
getInstances
Allows accessing beans registered within client-specific LoadBalancer contexts.- Type Parameters:
X- The type of the beans to be returned- Parameters:
name- Name of the beans to be returnedtype- The class of the beans to be returned- Returns:
- a
Mapof beans - See Also:
-
@LoadBalancerClient
-
getInstance
Allows accessing a bean registered within client-specific LoadBalancer contexts.- Type Parameters:
X- The type of the bean to be returned- Parameters:
name- Name of the bean to be returnedclazz- The class of the bean to be returnedgenerics- The classes of generic types of the bean to be returned- Returns:
- a
Mapof beans - See Also:
-
@LoadBalancerClient
-