public class OperationsFilterWrapper extends Object implements ItemsFilter<SingleAsyncOperation>
| Constructor and Description |
|---|
OperationsFilterWrapper(OperationsFilter<KeyBasedOperation> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(List<SingleAsyncOperation> items)
Called before executing an assembled list of work items.
|
public OperationsFilterWrapper(OperationsFilter<KeyBasedOperation> delegate)
public void filter(List<SingleAsyncOperation> items)
ItemsFilterThe attached list can be freely mutated and will be subsequently used as the list of items to be executed.
filter in interface ItemsFilter<SingleAsyncOperation>items - list of items to be executedCopyright © 2003–2024 Terracotta, Inc.. All rights reserved.