@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.
|
| 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.
|
Copyright © 2021. All rights reserved.