App::Context::ClusterController - a runtime environment of a Cluster Controller served by many Cluster Nodes


App-Context documentation  | view source Contained in the App-Context distribution.

Index


NAME

Top

App::Context::ClusterController - a runtime environment of a Cluster Controller served by many Cluster Nodes

SYNOPSIS

Top

   # ... 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::ClusterController;
   $context = App::Context::ClusterController->new();


App-Context documentation  | view source Contained in the App-Context distribution.