public static interface ExecutorChooserFactory.ExecutorChooser
| Modifier and Type | Method and Description |
|---|---|
SingleThreadExecutor |
next()
Returns the next
SingleThreadExecutor to use. |
SingleThreadExecutor |
select(int index)
Returns the chosen
SingleThreadExecutor to use. |
SingleThreadExecutor next()
SingleThreadExecutor to use.SingleThreadExecutor select(int index)
SingleThreadExecutor to use.Copyright © 2024. All rights reserved.