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

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

Returns a new instance of the ID generator. You should do any seeding, reading from persistence, or whatnot here.
Returns some kind of unique string.
SEE ALSO
POE::Component::MessageQueue::Message::ID

Paul Driver <frodwith@gmail.com>