Processor that selectively passes through only specified frame types
FrameFilter
is a processor that filters frames based on their types, only passing through frames that match specified types (plus some system frames like EndFrame
and SystemFrame
).
EndFrame
and SystemFrame
instances (always allowed, so as to not block the pipeline)