Package io.servicetalk.loadbalancer
Interface LoadBalancerObserverFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory of
LoadBalancerObserver instances.-
Method Summary
Modifier and TypeMethodDescriptionnewObserver(String lbDescription) Provide aLoadBalancerObserverto use with a newly created load balancer.
-
Method Details
-
newObserver
Provide aLoadBalancerObserverto use with a newly created load balancer.- Parameters:
lbDescription- the description of the load balancer.- Returns:
- a
LoadBalancerObserverto use with a newly created load balancer.
-