Interface LineItemFilter

All Superinterfaces:
Predicate<OrderLine>

@Component
public interface LineItemFilter
extends Predicate<OrderLine>
A Predicate to allow defining whether the OrderLines should be post processed by the InventoryOrderEventListener. The filters are affirmative so evaluating the Predicate to false will let the given OrderLine not be post processed by the listener.
Since:
6.3
Author:
Oliver Gierke