@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface FastLaneConfig
| Modifier and Type | Fields and Description |
|---|---|
static int |
DEFAULT_MAX_THREADS |
static int |
DEFAULT_MIN_THREADS |
static int |
DEFAULT_PORT
Default port that is used if nothing else is configured.
|
static int |
DEFAULT_THREAD_IDLE_TIMEOUT
Default thread idle timeout.
|
static String |
FAST_LANE_CONFIG_PATH
Path under which the configuration file is stored.
|
static String |
FAST_LANE_CONFIG_RESOURCE_NAME
Name of the resource that contains the name of the class with the @ToolsConfig annotation.
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
maxThreads |
int |
minThreads |
int |
port |
int |
threadIdleTimeout
Idle time after which a thread will be stopped and removed from pool.
|
public static final String FAST_LANE_CONFIG_RESOURCE_NAME
public static final String FAST_LANE_CONFIG_PATH
public static final int DEFAULT_PORT
Copyright © 2021. All rights reserved.