Interface FilterApplier<T>
-
- All Known Implementing Classes:
FilterApplierImpl
public interface FilterApplier<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyAll(T message, List<Filter<T>> filters, PostFilterActions<T> postFilterActions)
-