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

NAME

Dancer2::Plugin::Queue::Role::Queue - Dancer2::Plugin::Queue implementation API

VERSION

version 0.006

SYNOPSIS

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

DESCRIPTION

This module describes the interface role of Dancer2::Plugin::Queue. Backend implementations must provide the add_msg, get_msg and remove_msg methods.

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