NAME
POEx::PubSub::Types - Exported Types for use within POEx::PubSub
VERSION
version 1.102740
DESCRIPTION
This modules exports the needed subtypes, coercions, and constants for PubSub and is based on Sub::Exporter, so see that module for options on importing.
TYPES
PublishType
The publish type constraint applied to Events. Can either be PUBLISH_INPUT or PUBLISH_OUTPUT
Subscriber
When manipulating subscribers in an Event, expect to receive a well formed hash with the keys 'session' and 'event' corresponding to the subscribers SessionID and their event handler, respectively
CONSTANTS
PUBLISH_OUTPUT
This indicates the Event is an output event
PUBLISH_INPUT
This indicates the Event is an input event
AUTHOR
Nicholas Perez <nperez@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Nicholas Perez.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.