The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POE::Component::MessageQueue::IDGenerator - Role for id generators.

DESCRIPTION

This can't be used directly, but just defines the interface for ID generators.

METHODS

new

Returns a new instance of the ID generator. You should do any seeding, reading from persistence, or whatnot here.

generate => SCALAR

Returns some kind of unique string.

SEE ALSO

POE::Component::MessageQueue::Message::ID

AUTHOR

Paul Driver <frodwith@gmail.com>