public class EventRouteFilter extends Object implements Predicate<io.confluent.telemetry.api.events.Event>
EventRouteFilter(Collection<String> allowedRoutes)
EventRouteFilter(String... allowedRoutes)
boolean
test(io.confluent.telemetry.api.events.Event event)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public EventRouteFilter(String... allowedRoutes)
public EventRouteFilter(Collection<String> allowedRoutes)
public boolean test(io.confluent.telemetry.api.events.Event event)
test
Predicate<io.confluent.telemetry.api.events.Event>