@FunctionalInterface public interface EventFilter
StreamProcessor.| Modifier and Type | Method and Description |
|---|---|
default EventFilter |
and(EventFilter other) |
boolean |
applies(LoggedEvent event) |
boolean applies(LoggedEvent event)
event - the event to be processed nextRuntimeException - to signal that processing cannot continuedefault EventFilter and(EventFilter other)
Copyright © 2017–2018 camunda services GmbH. All rights reserved.