Package org.eso.ias.kafkautils
Interface FilteredKafkaIasiosConsumer.FilterIasValue
- Enclosing class:
- FilteredKafkaIasiosConsumer
public static interface FilteredKafkaIasiosConsumer.FilterIasValue
The filter to apply to IASValues
-
Method Summary
-
Method Details
-
accept
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
-