NAME

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

VERSION

version 0.006

SYNOPSIS

package Dancer2::Plugin::Queue::Array;

use Moo;
with 'Dancer2::Plugin::Queue::Role::Queue';

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