Connector
view release on metacpan or search on metacpan
lib/Connector/Iterator.pm view on Meta::CPAN
__END__;
=head1 Name
Connector::Iterator
=head1 Description
Helper to perform a I<set> operation over a list of connector endpoints
while handing errors individually for each connector. The return value
is a hashref with the processed target names as key and an empty value
if no errors occured and the exception message if the target failed. You
must set I<skip_on_error> to enable handling of expcetions, otherwise
they just bubble up and terminate execution of the loop.
Intended use case: write the same data to multiple targets by using
multiple connectors. Failed write attemps can be skipped or queued
and redone
( run in 0.359 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )