FilteringHandler
A decorator for Handlers that allows additional filtering for each handler. Filters are a conjunction, hence one failure prevents delivery.
Handler
jwienke
Creates a filtering handler that wraps another handler and takes one additional filter.
decorated – handler to wrap and call if filter matches
filter – the additional filter to apply
Creates a filtering handler that wraps another handler and takes a set of filters to apply.
filters – the additional filters to apply
internalNotify