Package de.quantummaid.eventmaid.filtering
-
Interface Summary Interface Description Filter<T> FilterActions<T> Each filter can decide if the message continues its propagation withpassor if the delivery of the message stops withblock.
| Interface | Description |
|---|---|
| Filter<T> | |
| FilterActions<T> |
Each filter can decide if the message continues its propagation with
pass or if the delivery of the message stops with
block. |