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.