NAME

Hopkins::Config - hopkins configuration

DESCRIPTION

Hopkins::Config is a framework for configuring queues and tasks as well as state tracking and storage backends. hopkins supports a pluggable configuration model, allowing configuration via XML, YAML, RDBMS -- pretty much anything that implements the methods below.

METHODS

new
load
scan
get_queue_names
get_task_names
get_task_info
get_queue_info
get_plugin_names
get_plugin_info
has_plugin
fetch
loaded

AUTHOR

Mike Eldridge <diz@cpan.org>

LICENSE