App-MultiModule
view release on metacpan or search on metacpan
lib/App/MultiModule/Task.pm view on Meta::CPAN
return 'yes';
}
=cut
sub is_stateful {
return undef;
}
=head2 set_config($config)
This method is called by the MultiModule daemon when it has updated
config for your task. The default behaviour (as implemented in the
Task class) is to simply take the passed config and assign it to
the 'config' field on the $self reference.
The other important purpose of this method is to give your task a chance
to setup various POE events.
If your task needs to, for instance, follow logfiles, that setup should
happen in this method.
( run in 0.362 second using v1.01-cache-2.11-cpan-05444aca049 )