public class RequestAllocatorUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOCATOR_ALIAS_KEY |
| Constructor and Description |
|---|
RequestAllocatorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Request<T>> |
inferFromConfig(RequestAllocatorConfig<T> configuration)
Infer and construct a
RequestAllocator from an input Config. |
public static final String ALLOCATOR_ALIAS_KEY
public static <T extends Request<T>> RequestAllocator<T> inferFromConfig(RequestAllocatorConfig<T> configuration)
RequestAllocator from an input Config.