@Singleton
public class CheMajorWebSocketEndpointExecutorServiceProvider
extends org.eclipse.che.commons.lang.execution.ExecutorServiceProvider
ExecutorService provider used in CheMajorWebSocketEndpoint.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_RPC_MAJOR_CORE_POOL_SIZE_PARAMETER_NAME |
static String |
JSON_RPC_MAJOR_MAX_POOL_SIZE_PARAMETER_NAME |
static String |
JSON_RPC_MAJOR_QUEUE_CAPACITY_PARAMETER_NAME |
| Constructor and Description |
|---|
CheMajorWebSocketEndpointExecutorServiceProvider(int corePoolSize,
int maxPoolSize,
int queueCapacity) |
public static final String JSON_RPC_MAJOR_CORE_POOL_SIZE_PARAMETER_NAME
public static final String JSON_RPC_MAJOR_MAX_POOL_SIZE_PARAMETER_NAME
public static final String JSON_RPC_MAJOR_QUEUE_CAPACITY_PARAMETER_NAME
@Inject
public CheMajorWebSocketEndpointExecutorServiceProvider(@Named(value="che.core.jsonrpc.processor_core_pool_size")
int corePoolSize,
@Named(value="che.core.jsonrpc.processor_max_pool_size")
int maxPoolSize,
@Named(value="che.core.jsonrpc.processor_queue_capacity")
int queueCapacity)
Copyright © 2012–2019 Red Hat, Inc.. All rights reserved.