The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Dancer::Plugin::Queue::Role::Queue - Dancer::Plugin::Queue implementation API

VERSION

version 0.002

SYNOPSIS

use Moo;
sub add_msg { ... }
sub get_msg { ... }
sub remove_msg { ... }

DESCRIPTION

This role specifies the API required by queue backend implementations. The following methods must be provided:

  • add_msg

  • get_msg

  • remove_msg

AUTHOR

David Golden <dagolden@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by David Golden.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004