POE::Component::PubSub::Types - Exported Types for use within
POE::Component::PubSub
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.
This indicates the Event is an output event
This indicates the Event is an input event
The publish type constraint applied to Events. Can either be PUBLISH_INPUT or
PUBLISH_OUTPUT
When manipulating subscribers in an Event, except to receive a well formed hash
with the keys 'session' and 'event' corresponding to the subscribers SessionID
and their event handler, respectively
Session IDs in POE are represented as positive integers and this Type constrains
as such
Session aliases are strings in and this is simply an alias for Str
This sets an isa constraint on POE::Session
This sets a constraint for an object that does POEx::Role::SessionInstantiation
You can coerce SessionAlias, SessionRef, and DoesSessionInstantiation to a
SessionID (via to_SessionID)
Nicholas Perez <nperez@cpan.org>
This software is Copyright (c) 2009 by Nicholas Perez.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007