Interface Selector<T>

Type Parameters:
T - 选择对象类型
All Known Implementing Classes:
IncrementSelector, RandomSelector, SmoothWeightSelector, WeightListRandomSelector, WeightRandomSelector
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Selector<T>
选择器接口 用于抽象负载均衡策略中的选择方式
Since:
Java 17+
Author:
Kimi Liu