Class MetadataEventFilter
java.lang.Object
io.camunda.zeebe.engine.processing.streamprocessor.MetadataEventFilter
- All Implemented Interfaces:
EventFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.EventFilter
and
-
Field Details
-
metadata
-
metadataFilter
-
-
Constructor Details
-
MetadataEventFilter
-
-
Method Details
-
applies
- Specified by:
appliesin interfaceEventFilter- Parameters:
event- the event to be processed next- Returns:
- true to mark an event for processing; false to skip it
-