public class AsyncHttpExecutionMBean extends Object
| Constructor and Description |
|---|
AsyncHttpExecutionMBean(ExecutorService responseExecutor,
ScheduledExecutorService timeoutExecutor) |
| Modifier and Type | Method and Description |
|---|---|
io.airlift.concurrent.ThreadPoolExecutorMBean |
getResponseExecutor() |
io.airlift.concurrent.ThreadPoolExecutorMBean |
getTimeoutExecutor() |
@Inject public AsyncHttpExecutionMBean(ExecutorService responseExecutor, ScheduledExecutorService timeoutExecutor)
Copyright © 2012–2019. All rights reserved.