Class FilterApplierImpl<T>
- java.lang.Object
-
- de.quantummaid.eventmaid.channel.internal.filtering.FilterApplierImpl<T>
-
- All Implemented Interfaces:
FilterApplier<T>
public final class FilterApplierImpl<T> extends Object implements FilterApplier<T>
-
-
Constructor Summary
Constructors Constructor Description FilterApplierImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyAll(T message, List<Filter<T>> filters, PostFilterActions<T> postFilterActions)
-
-
-
Method Detail
-
applyAll
public void applyAll(T message, List<Filter<T>> filters, PostFilterActions<T> postFilterActions)
- Specified by:
applyAllin interfaceFilterApplier<T>
-
-