| POE-Component-Supervisor documentation | view source | Contained in the POE-Component-Supervisor distribution. |
POE::Component::Supervisor::Handle::Session - Helps POE::Component::Supervisor babysit POE sessions.
# used by L<POE::Component::Supervisor::Supervised::Session>
This supervision handle will watch POE::Sessions
These attributes apply to the POE::Component::Supervisor::Supervised::Session constructor.
The body of code to run in order to (re)spawn the session(s).
If implicit_tracking is off (the default) the sessions to be tracked must be
returned from this method.
When true, all created child sessions will be implicitly tracked.
This means that you can generally just create POE components or sessions in the start callback.
Otherwise the sessions to be tracked must be returned from the start_callback.
Defaults to false.
Never called directly, only called by POE::Component::Supervisor::Supervised::Session.
Stop the supervised sessions.
| POE-Component-Supervisor documentation | view source | Contained in the POE-Component-Supervisor distribution. |