Interface FilteredKafkaIasiosConsumer.FilterIasValue

Enclosing class:
FilteredKafkaIasiosConsumer

public static interface FilteredKafkaIasiosConsumer.FilterIasValue
The filter to apply to IASValues
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(IASValue<?> value)
    Accepts or discards the value according to the filter: te value is accepted if no value is set
  • Method Details

    • accept

      boolean accept(IASValue<?> value)
      Accepts or discards the value according to the filter: te value is accepted if no value is set
      Parameters:
      value - The value to check against the filter
      Returns:
      true if the value must be accpeted, false to discard