public class ServiceWaitingRequests extends Object
BlockingQueue
for given request id. On this blocking queue the
servlet thread is waiting for response from process engine (implemented
by a blocking queue).Modifier and Type | Method and Description |
---|---|
static Map<Long,BlockingQueue<RestProcessResponse>> |
getRestResponsesMap()
Gets a map of response queues by the request IDs.
|
static Map<Long,BlockingQueue<WsProcessResponse>> |
getWsResponsesMap()
Gets a map of response queues by the request IDs.
|
public static Map<Long,BlockingQueue<WsProcessResponse>> getWsResponsesMap()
public static Map<Long,BlockingQueue<RestProcessResponse>> getRestResponsesMap()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.