public interface QueueContext
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearAttributes() |
Object |
getAttribute(String key) |
QueueExecutor |
getExecutor()
获取当前队列
|
boolean |
hasAttribute(String key) |
Runnable |
last()
上一个任务
|
Runnable |
next()
下一个任务
|
Object |
removeAttribute(String key) |
void |
setAttribute(String key,
Object value) |
QueueExecutor getExecutor()
Runnable last()
Runnable next()
boolean hasAttribute(String key)
void clearAttributes()
Copyright © 2020. All rights reserved.