Stephen Adkins > App-Context > App::Context::ClusterNode

Download:
App-Context-0.968.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View/Report Bugs
Module Version: 3666   Source  

NAME ^

App::Context::ClusterNode - a runtime environment for a Cluster Node that serves a Cluster Controller

SYNOPSIS ^

   # ... official way to get a Context object ...
   use App;
   $context = App->context();
   $config = $context->config();   # get the configuration
   $config->dispatch_events();     # dispatch events

   # ... alternative way (used internally) ...
   use App::Context::ClusterNode;
   $context = App::Context::ClusterNode->new();
syntax highlighting: