|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ItemsFilter<E extends Serializable>
An interface for implementing a filter for quarantined items before they're actually processed. By filtering the outstanding items it's for example possible to remove scheduled work before it's actually executed.
| Method Summary | |
|---|---|
void |
filter(List<E> items)
Called before executing an assembled list of work items. |
| Method Detail |
|---|
void filter(List<E> items)
The attached list can be freely mutated and will be subsequently used as the list of items to be executed.
items - list of items to be executed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||