Curator::Relay
Inherits Reference < Object
Responsible for applying the filters for an event
And if the event passes the filter,
applying the transformation on the event, i.e pepper the ref and appending the cur
relaying them to the available forwards.
Constructors
new(rules : Curator::Filter::Rules, forwards_manager : Curator::Forwards::Manager, transformer : Curator::Transformer)
SourceInstance methods
call(event : Curator::Event)
Performs following
- Apply Filters
- Transform the event
- Hand it to available Forwards
forwards_manager
Sourcerules
Sourcetransformer
Source