Package io.camunda.zeebe.stream.impl
Class SkipPositionsFilter
java.lang.Object
io.camunda.zeebe.stream.impl.SkipPositionsFilter
- All Implemented Interfaces:
EventFilter
A filter that skips events with positions in a given set of positions.
-
Method Details
-
of
-
applies
- Specified by:
appliesin interfaceEventFilter- Parameters:
event- the event to be processed next- Returns:
- true if the event position is not in the set of positions to skip
-