NAME

POEIKC::Plugin::GlobalQueue::Message - The container of data

SYNOPSIS

use POEIKC::Plugin::GlobalQueue::Message;

my $message = POEIKC::Plugin::GlobalQueue::Message->new(
	{
		AAA=>'aaa',
		BBB=>'bbb',
	},
	tag=>'tagName',
	expireTime=>60, # second
);

AUTHOR

Yuji Suzuki <yujisuzuki@mail.arbolbell.jp>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

poeikcd "POEIKC::Plugin::GlobalQueue "

1 POD Error

The following errors were encountered while parsing the POD:

Around line 70:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L<...> sequence