logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Message::Passing::Filter::T - Send a message stream to multiple outputs.

Attributes

output_to
       Just like a normal Message::Passing::Role::Input class, except takes an array of outputs.

Description

       This filter is used to duplicate a message stream to two or more outputs.

       All messages are duplicated to all output streams, so you may want to follow this with
       Message::Passing::Filter::Key to one or more of those streams.

Methods

consume
       Sends the consumed message to all output_to instances.

Name

       Message::Passing::Filter::T - Send a message stream to multiple outputs.

Sponsorship

       This module exists due to the wonderful people at Suretec Systems Ltd.  <http://www.suretecsystems.com/>
       who sponsored its development for its VoIP division called SureVoIP <http://www.surevoip.co.uk/> for use
       with the SureVoIP API - <http://www.surevoip.co.uk/support/wiki/api_documentation>

See Also