@Singleton
public class CheMinorWebSocketEndpointExecutorServiceProvider
extends org.eclipse.che.commons.lang.execution.ExecutorServiceProvider
ExecutorService provider used in CheMinorWebSocketEndpoint.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_RPC_MINOR_CORE_POOL_SIZE_PARAMETER_NAME |
static String |
JSON_RPC_MINOR_MAX_POOL_SIZE_PARAMETER_NAME |
static String |
JSON_RPC_MINOR_QUEUE_CAPACITY_PARAMETER_NAME |
| Constructor and Description |
|---|
CheMinorWebSocketEndpointExecutorServiceProvider(int corePoolSize,
int maxPoolSize,
int queueCapacity) |
public static final String JSON_RPC_MINOR_CORE_POOL_SIZE_PARAMETER_NAME
public static final String JSON_RPC_MINOR_MAX_POOL_SIZE_PARAMETER_NAME
public static final String JSON_RPC_MINOR_QUEUE_CAPACITY_PARAMETER_NAME
@Inject
public CheMinorWebSocketEndpointExecutorServiceProvider(@Named(value="che.core.jsonrpc.minor_processor_core_pool_size")
int corePoolSize,
@Named(value="che.core.jsonrpc.minor_processor_max_pool_size")
int maxPoolSize,
@Named(value="che.core.jsonrpc.minor_processor_queue_capacity")
int queueCapacity)
Copyright © 2012–2019 Red Hat, Inc.. All rights reserved.