Package io.zeebe.msgpack.filter
Interface MsgPackFilter
-
- All Known Implementing Classes:
ArrayIndexFilter,MapValueWithKeyFilter,RootCollectionFilter,WildcardFilter
public interface MsgPackFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(MsgPackTraversalContext ctx, org.agrona.DirectBuffer filterContext, MsgPackToken value)If the context has elements, the cursor is guaranteed to be on the last element when this method is invoked.
-
-
-
Method Detail
-
matches
boolean matches(MsgPackTraversalContext ctx, org.agrona.DirectBuffer filterContext, MsgPackToken value)
If the context has elements, the cursor is guaranteed to be on the last element when this method is invoked.
-
-